aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/mainview.js
Commit message (Collapse)AuthorAgeFilesLines
* web: fix routerMaximilian Hils2016-02-291-13/+19
|
* fix up web stuffMaximilian Hils2016-02-281-9/+5
|
* move mitmproxy/web to rootMaximilian Hils2016-02-181-0/+244
|
* move mitmproxyMaximilian Hils2016-02-151-244/+0
|
* web: add prompt for keyboard navigationMaximilian Hils2015-03-301-25/+31
|
* s/filter/search/Maximilian Hils2015-03-301-2/+2
| | | | | no matter what we agree on in #542, this needs to be done anyway.
* web: add more keyboard shortcutsMaximilian Hils2015-03-291-5/+0
|
* web: global key handlingMaximilian Hils2015-03-291-2/+2
|
* web: use contexts to pass down stores.Maximilian Hils2015-03-271-36/+27
| | | | | | 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: add basic edit capability for first lineMaximilian Hils2015-03-231-0/+9
|
* structure componentsMaximilian Hils2015-03-211-2/+2
|
* web: fix bugsMaximilian Hils2015-03-211-0/+2
|
* add table sortMaximilian Hils2015-03-171-6/+11
|
* web: smaller changesMaximilian Hils2015-03-151-8/+9
|
* Merge remote-tracking branch 'legend/master'Maximilian Hils2015-03-061-1/+3
|\ | | | | | | | | Conflicts: libmproxy/web/static/app.js
| * another clean up for #503 #504Legend Tang2015-03-061-1/+3
| |
* | fix #506Legend Tang2015-03-061-7/+8
|/
* 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/+232
So remove the redundant naming