aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/header.js
Commit message (Collapse)AuthorAgeFilesLines
* [web] fix shortcut for header fieldsJason2016-06-091-0/+1
|
* Merge branch 'redux-ducks'Maximilian Hils2016-06-021-28/+15
|\
| * web: reduxify WebSocketMaximilian Hils2016-06-021-12/+12
| |
| * web: :hatching_chick:Maximilian Hils2016-06-021-16/+3
| |
* | change some pr issusesClemens2016-06-021-3/+3
| |
* | basic file up and download workingClemens2016-06-021-3/+12
| |
* | added basic file up_download functionality (not finish yet)Clemens2016-06-021-18/+6
| |
* | added uiClemens2016-06-021-0/+12
|/
* start of developing server side for options (#1155)Clemens Brunner2016-05-291-46/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added UI for options menu * update UI for options menu * update UI for options v2 * update UI for options v2 * added new btn class * little changes * little changes * merge * deleted branch * change menu button class * added option route + added very incomplete handler class * moved options to settings * added toggleinputbutton * changed options menu * added option for stream large bodies, but no working * added option for stream large bodies, but no working
* [web] eliminate Router mixinJason2016-05-241-13/+15
|
* added UI for options menu (#1130)Clemens Brunner2016-05-141-16/+54
| | | | | | | | | | | | | | | | | | | | | | * added UI for options menu * update UI for options menu * update UI for options v2 * update UI for options v2 * added new btn class * little changes * little changes * merge * deleted branch * change menu button class
* docs: minor fixesMaximilian Hils2016-04-301-1/+1
|
* [web] eliminate SettingsStateJason2016-03-071-4/+10
|
* [web] remove common.ChildFocusJason2016-03-021-3/+5
|
* web: use es6 modulesMaximilian Hils2016-02-291-18/+12
|
* web: fix routerMaximilian Hils2016-02-291-9/+9
|
* fix up web stuffMaximilian Hils2016-02-281-15/+14
|
* move mitmproxy/web to rootMaximilian Hils2016-02-181-0/+399
|
* move mitmproxyMaximilian Hils2016-02-151-399/+0
|
* mitmweb: add editorMaximilian Hils2015-05-011-1/+1
|
* web: add prompt for keyboard navigationMaximilian Hils2015-03-301-2/+2
|
* s/filter/search/Maximilian Hils2015-03-301-6/+6
| | | | | no matter what we agree on in #542, this needs to be done anyway.
* web: add more keyboard shortcutsMaximilian Hils2015-03-291-4/+11
|
* web: use contexts to pass down stores.Maximilian Hils2015-03-271-5/+5
| | | | | | 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: upgrade to react 0.13Maximilian Hils2015-03-221-6/+8
|
* web: fix bugsMaximilian Hils2015-03-211-1/+1
|
* web: smaller changesMaximilian Hils2015-03-151-3/+3
|
* fix #506Legend Tang2015-03-061-1/+2
|
* Add PEG support to gulpfileAldo Cortesi2015-01-031-1/+4
| | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports
* components/utils.js -> common.jsAldo Cortesi2015-01-011-4/+4
| | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway.
* Make header more compactAldo Cortesi2015-01-011-4/+1
| | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here
* All files and only files in in js/components are jsxAldo Cortesi2015-01-011-0/+389
So remove the redundant naming