aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/flowtable.js
Commit message (Collapse)AuthorAgeFilesLines
* [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