aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/store
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-012-6/+10
|
* More conversions to browserifyAldo Cortesi2014-12-301-1/+1
|
* Basic conversion: browserified web app now works.Aldo Cortesi2014-12-302-14/+38
|
* web: duplicate, delete, replay flowsMaximilian Hils2014-12-242-3/+3
|
* web: intercept featureMaximilian Hils2014-12-231-0/+0
|
* web: squash bugsMaximilian Hils2014-12-231-1/+1
|
* web: filter/highlight ui, many fixesMaximilian Hils2014-12-131-1/+1
|
* web: filteringMaximilian Hils2014-12-122-6/+6
|
* web: implement settings store, modularize storeMaximilian Hils2014-12-103-68/+93
|
* web: add event store, fix all those bugsMaximilian Hils2014-12-103-0/+238