aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/flowtable.js
Commit message (Collapse)AuthorAgeFilesLines
* web: use contexts to pass down stores.Maximilian Hils2015-03-271-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 sortMaximilian Hils2015-03-171-13/+65
|
* clean up for #503 #504Legend Tang2015-03-061-4/+4
|
* Replace `addListener` method with multiple bindings, fix for #503 504Legend Tang2015-03-061-3/+12
|
* components/utils.js -> common.jsAldo Cortesi2015-01-011-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 jsxAldo Cortesi2015-01-011-0/+136
So remove the redundant naming