aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js
Commit message (Expand)AuthorAgeFilesLines
* [web] eliminate SettingsStateJason2016-03-074-46/+35
* Merge pull request #994 from gzzhanghao/commonMaximilian Hils2016-03-055-21/+15
|\
| * [web] remove common.ChildFocusJason2016-03-025-21/+15
* | [web] Fix eslint warnings about testsJason2016-03-021-1/+2
|/
* [web] StoreView.index -> indexOfJason2016-03-022-4/+4
* [web] fix StoreView.indexJason2016-03-021-1/+1
* web: use es6 modulesMaximilian Hils2016-02-2923-300/+237
* web: fix routerMaximilian Hils2016-02-297-92/+78
* fix up web stuffMaximilian Hils2016-02-2814-558/+561
* move mitmproxy/web to rootMaximilian Hils2016-02-1827-0/+5688
* move mitmproxyMaximilian Hils2016-02-1527-5688/+0
* update web builds, use watchifyMaximilian Hils2015-10-082-1/+2
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-174-15/+15
* adjust to netlib changesMaximilian Hils2015-09-161-3/+3
* check in last attempt at contenteditable before retreating to inputsMaximilian Hils2015-05-021-25/+71
* web: try harder to fix editorMaximilian Hils2015-05-011-2/+7
* mitmweb: add editorMaximilian Hils2015-05-015-155/+239
* web: fix delete flowsLegend Tang2015-03-301-1/+1
* web: add prompt for keyboard navigationMaximilian Hils2015-03-3010-56/+262
* s/filter/search/Maximilian Hils2015-03-303-9/+9
* web: add more keyboard shortcutsMaximilian Hils2015-03-294-21/+43
* web: global key handlingMaximilian Hils2015-03-293-4/+25
* web: use contexts to pass down stores.Maximilian Hils2015-03-279-136/+130
* web: fix react-routerMaximilian Hils2015-03-271-2/+4
* Merge remote-tracking branch 'vzvu/react-router-0.13.2'Maximilian Hils2015-03-271-3/+0
|\
| * web: upgrade to react-router 0.13.2vzvu3k6k2015-03-271-3/+0
* | web: initial attempt at header editorMaximilian Hils2015-03-272-23/+134
|/
* web: add basic edit capability for first lineMaximilian Hils2015-03-238-60/+337
* web: add content downloadMaximilian Hils2015-03-221-1/+5
* web: improve viewsMaximilian Hils2015-03-226-22/+68
* web: upgrade to react 0.13Maximilian Hils2015-03-222-15/+29
* web: raw content viewMaximilian Hils2015-03-222-5/+51
* web: add content viewsMaximilian Hils2015-03-222-14/+161
* structure componentsMaximilian Hils2015-03-217-407/+426
* web: fix bugsMaximilian Hils2015-03-216-6/+9
* add table sortMaximilian Hils2015-03-175-53/+167
* web: smaller changesMaximilian Hils2015-03-158-52/+32
* Merge remote-tracking branch 'legend/master'Maximilian Hils2015-03-063-5/+17
|\
| * another clean up for #503 #504Legend Tang2015-03-062-2/+5
| * clean up for #503 #504Legend Tang2015-03-061-4/+4
| * Replace `addListener` method with multiple bindings, fix for #503 504Legend Tang2015-03-061-3/+12
| * Revert "revert to custom EventEmitter, workaround for #504"Legend Tang2015-03-062-32/+5
| * revert to custom EventEmitter, workaround for #504Legend Tang2015-03-062-5/+32
* | fix #506Legend Tang2015-03-062-8/+10
|/
* Add PEG support to gulpfileAldo Cortesi2015-01-034-28/+32
* Unit test framework for web client-side codeAldo Cortesi2015-01-023-10/+28
* components/utils.js -> common.jsAldo Cortesi2015-01-017-18/+16
* Make header more compactAldo Cortesi2015-01-011-4/+1
* Use Facebook's dispatcherAldo Cortesi2015-01-011-21/+4
* Replace custom EventEmitter with one from browserifyAldo Cortesi2015-01-014-40/+10