aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/flowtable.js
Commit message (Collapse)AuthorAgeFilesLines
* sorting done, ready to reviewClemens2016-06-071-28/+2
|
* moved redux state injection closer to childClemens2016-06-071-1/+5
|
* start with sort, continue tomorrowClemens2016-06-071-2/+3
|
* moved sort state to redux, missing apply sortClemens2016-06-071-45/+44
|
* web: modernize flow table columnsMaximilian Hils2016-06-051-42/+36
|
* web: completely move flow state to reduxMaximilian Hils2016-06-041-30/+34
|
* web interleave old store and redux flow stateMaximilian Hils2016-06-041-2/+11
|
* [web] VirtualScroll and AutoScroll helperJason2016-03-101-156/+184
|
* [web] StoreView.index -> indexOfJason2016-03-021-1/+1
|
* web: use es6 modulesMaximilian Hils2016-02-291-9/+9
|
* fix up web stuffMaximilian Hils2016-02-281-2/+3
|
* move mitmproxy/web to rootMaximilian Hils2016-02-181-0/+187
|
* move mitmproxyMaximilian Hils2016-02-151-187/+0
|
* 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