Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sorting done, ready to review | Clemens | 2016-06-07 | 1 | -28/+2 |
| | |||||
* | moved redux state injection closer to child | Clemens | 2016-06-07 | 1 | -1/+5 |
| | |||||
* | start with sort, continue tomorrow | Clemens | 2016-06-07 | 1 | -2/+3 |
| | |||||
* | moved sort state to redux, missing apply sort | Clemens | 2016-06-07 | 1 | -45/+44 |
| | |||||
* | web: modernize flow table columns | Maximilian Hils | 2016-06-05 | 1 | -42/+36 |
| | |||||
* | web: completely move flow state to redux | Maximilian Hils | 2016-06-04 | 1 | -30/+34 |
| | |||||
* | web interleave old store and redux flow state | Maximilian Hils | 2016-06-04 | 1 | -2/+11 |
| | |||||
* | [web] VirtualScroll and AutoScroll helper | Jason | 2016-03-10 | 1 | -156/+184 |
| | |||||
* | [web] StoreView.index -> indexOf | Jason | 2016-03-02 | 1 | -1/+1 |
| | |||||
* | web: use es6 modules | Maximilian Hils | 2016-02-29 | 1 | -9/+9 |
| | |||||
* | fix up web stuff | Maximilian Hils | 2016-02-28 | 1 | -2/+3 |
| | |||||
* | move mitmproxy/web to root | Maximilian Hils | 2016-02-18 | 1 | -0/+187 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -187/+0 |
| | |||||
* | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 1 | -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 sort | Maximilian Hils | 2015-03-17 | 1 | -13/+65 |
| | |||||
* | clean up for #503 #504 | Legend Tang | 2015-03-06 | 1 | -4/+4 |
| | |||||
* | Replace `addListener` method with multiple bindings, fix for #503 504 | Legend Tang | 2015-03-06 | 1 | -3/+12 |
| | |||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 1 | -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 jsx | Aldo Cortesi | 2015-01-01 | 1 | -0/+136 |
So remove the redundant naming |