aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/store/view.js
Commit message (Collapse)AuthorAgeFilesLines
* web: use contexts to pass down stores.Maximilian Hils2015-03-271-0/+1
| | | | | | 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.
* web: fix bugsMaximilian Hils2015-03-211-5/+3
|
* add table sortMaximilian Hils2015-03-171-10/+17
|
* web: smaller changesMaximilian Hils2015-03-151-4/+3
|
* Replace custom EventEmitter with one from browserifyAldo Cortesi2015-01-011-2/+5
|
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-301-3/+11
|
* web: duplicate, delete, replay flowsMaximilian Hils2014-12-241-2/+2
|
* web: squash bugsMaximilian Hils2014-12-231-1/+1
|
* web: filteringMaximilian Hils2014-12-121-3/+3
|
* web: implement settings store, modularize storeMaximilian Hils2014-12-101-3/+15
|
* web: add event store, fix all those bugsMaximilian Hils2014-12-101-0/+87