Commit Graph

28 Commits

Author SHA1 Message Date
Bruce Mitchener
273e527201 Use static class members for propTypes and friends. 2016-03-29 13:01:10 +07:00
Bruce Mitchener
71594b0e5c Remove manual binding for 'this'.
Use ES7 style class members for event handlers so that 'this' is
automatically bound and each definition site doesn't need to manually
invoke 'bind'.

This makes all existing ES2015 class usages in components use the
same mechanism for binding.
2016-03-28 20:36:11 +07:00
Bruce Mitchener
50a2163518 Don't directly import Component, use React.Component.
This is another step towards making the code internally consistent.
2016-03-26 16:22:39 +07:00
Bruce Mitchener
5c5d94c4f9 Typo fix: Incorrect capitalization. 2016-03-25 10:52:27 +07:00
afc163
2fa1d0f9a5 Add component locale support for Transfer 2016-03-10 10:32:50 +08:00
afc163
400b7b8a27 Add notFountContent for transfer, close #1142 2016-03-07 12:01:49 +08:00
afc163
dea88ba37e Fix transfer searchPlaceholder 2016-03-07 11:57:51 +08:00
Benjy Cui
c1659c2ce3 style: update code style to please lint 2016-02-22 10:52:30 +08:00
Benjy Cui
29825f20c8 style: update code style to please lint 2016-02-17 18:04:42 +08:00
afc163
949f6f1a12 fix eslint of no-unneeded-ternary 2016-02-06 15:54:39 +08:00
afc163
a16903009e merge from master 2016-01-13 22:22:33 +08:00
afc163
033acfd0f4 Fix transfer search 2016-01-13 16:28:36 +08:00
Benjy Cui
b72d18fd44 style: update code style to please the fucking lint 2016-01-11 09:49:30 +08:00
Benjy Cui
711d2d7413 style: update code style to please lint 2016-01-11 09:49:30 +08:00
afc163
9f48f665a6 Add animation for transfered item 2015-12-29 15:48:51 +08:00
afc163
5f3b38a38c fix import file extentions 2015-12-25 17:53:35 +08:00
afc163
706009f2be improve transfer 2015-12-24 17:44:54 +08:00
Daqi Song
7b8007087a fix style issues, enhance demos 2015-12-23 22:59:42 +08:00
Daqi Song
24975d1d15 add box width 2015-12-23 20:05:55 +08:00
Daqi Song
a7f010dd36 add key, modify default props 2015-12-23 19:50:44 +08:00
Daqi Song
41ba920fd7 add filter function 2015-12-23 19:41:56 +08:00
Daqi Song
765ce7bb67 change api 2015-12-21 15:29:02 +08:00
Daqi Song
45f01f1f26 update style 2015-12-17 16:08:16 +08:00
Daqi Song
f913542626 fix style 2015-12-16 23:02:49 +08:00
daqi.sdq
2850804feb modify api 2015-12-15 17:08:34 +08:00
daqi.sdq
779d904f53 add search and operation funcation 2015-11-26 16:07:11 +08:00
Daqi Song
38b51372e6 move mock data to demo 2015-11-26 11:18:37 +08:00
Daqi Song
27dc9bc853 init transfer 2015-11-25 23:17:06 +08:00