Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [web] eliminate Router mixin | Jason | 2016-05-24 | 1 | -27/+1 |
| | |||||
* | added UI for options menu (#1130) | Clemens Brunner | 2016-05-14 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | [web] VirtualScroll and AutoScroll helper | Jason | 2016-03-10 | 1 | -28/+0 |
| | |||||
* | [web] eliminate common.Router.getParams | Jason | 2016-03-09 | 1 | -3/+0 |
| | |||||
* | [web] eliminate SettingsState | Jason | 2016-03-07 | 1 | -22/+0 |
| | |||||
* | [web] remove common.ChildFocus | Jason | 2016-03-02 | 1 | -12/+0 |
| | |||||
* | web: use es6 modules | Maximilian Hils | 2016-02-29 | 1 | -2/+2 |
| | |||||
* | web: fix router | Maximilian Hils | 2016-02-29 | 1 | -36/+21 |
| | |||||
* | fix up web stuff | Maximilian Hils | 2016-02-28 | 1 | -42/+37 |
| | |||||
* | move mitmproxy/web to root | Maximilian Hils | 2016-02-18 | 1 | -0/+219 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -219/+0 |
| | |||||
* | mitmweb: add editor | Maximilian Hils | 2015-05-01 | 1 | -0/+5 |
| | |||||
* | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 1 | -16/+39 |
| | | | | | | 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: fix react-router | Maximilian Hils | 2015-03-27 | 1 | -2/+4 |
| | |||||
* | web: upgrade to react-router 0.13.2 | vzvu3k6k | 2015-03-27 | 1 | -3/+0 |
| | |||||
* | web: add basic edit capability for first line | Maximilian Hils | 2015-03-23 | 1 | -0/+8 |
| | |||||
* | web: upgrade to react 0.13 | Maximilian Hils | 2015-03-22 | 1 | -9/+21 |
| | |||||
* | web: smaller changes | Maximilian Hils | 2015-03-15 | 1 | -28/+6 |
| | |||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 1 | -0/+194 |
Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway. |