aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/flowview/index.js
Commit message (Collapse)AuthorAgeFilesLines
* [web] eliminate Router mixinJason2016-05-241-4/+2
|
* web: use es6 modulesMaximilian Hils2016-02-291-20/+19
|
* web: fix routerMaximilian Hils2016-02-291-10/+7
|
* fix up web stuffMaximilian Hils2016-02-281-8/+2
|
* move mitmproxy/web to rootMaximilian Hils2016-02-181-0/+127
|
* move mitmproxyMaximilian Hils2016-02-151-127/+0
|
* web: add prompt for keyboard navigationMaximilian Hils2015-03-301-3/+56
|
* web: use contexts to pass down stores.Maximilian Hils2015-03-271-1/+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.
* structure componentsMaximilian Hils2015-03-211-0/+74