Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 1 | -26/+16 |
| | | | | | | Using contexts frees us from the contracts we have using props - namely, we can assume them to be constant for the lifetime of the object. | ||||
* | add table sort | Maximilian Hils | 2015-03-17 | 1 | -13/+65 |
| | |||||
* | clean up for #503 #504 | Legend Tang | 2015-03-06 | 1 | -4/+4 |
| | |||||
* | Replace `addListener` method with multiple bindings, fix for #503 504 | Legend Tang | 2015-03-06 | 1 | -3/+12 |
| | |||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 1 | -2/+2 |
| | | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway. | ||||
* | All files and only files in in js/components are jsx | Aldo Cortesi | 2015-01-01 | 1 | -0/+136 |
So remove the redundant naming |