Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |