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