aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/proxyapp.js
Commit message (Collapse)AuthorAgeFilesLines
* web: completely move flow state to reduxMaximilian Hils2016-06-041-6/+2
|
* web: remove old event log storeMaximilian Hils2016-06-031-5/+1
|
* web: :hatching_chick:Maximilian Hils2016-06-021-5/+10
|
* add basic redux architecture, convert eventlog to reduxMaximilian Hils2016-06-021-1/+1
|
* [web] use props.location instead of context.locationJason2016-05-241-4/+3
|
* [web] eliminate Router mixinJason2016-05-241-18/+40
|
* [web] eliminate SettingsStateJason2016-03-071-5/+11
|
* [web] remove common.ChildFocusJason2016-03-021-0/+2
|
* web: use es6 modulesMaximilian Hils2016-02-291-15/+14
|
* web: fix routerMaximilian Hils2016-02-291-13/+10
|
* fix up web stuffMaximilian Hils2016-02-281-21/+24
|
* move mitmproxy/web to rootMaximilian Hils2016-02-181-0/+129
|
* move mitmproxyMaximilian Hils2016-02-151-129/+0
|
* web: add prompt for keyboard navigationMaximilian Hils2015-03-301-1/+1
|
* web: add more keyboard shortcutsMaximilian Hils2015-03-291-8/+28
|
* web: global key handlingMaximilian Hils2015-03-291-2/+22
|
* web: use contexts to pass down stores.Maximilian Hils2015-03-271-24/+20
| | | | | | 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: smaller changesMaximilian Hils2015-03-151-5/+6
|
* components/utils.js -> common.jsAldo Cortesi2015-01-011-3/+3
| | | | | 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/+92
So remove the redundant naming