Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mitmproxy/web to root | Maximilian Hils | 2016-02-18 | 1 | -0/+150 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -150/+0 |
| | |||||
* | update web builds, use watchify | Maximilian Hils | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | web: add prompt for keyboard navigation | Maximilian Hils | 2015-03-30 | 1 | -4/+4 |
| | |||||
* | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 1 | -26/+17 |
| | | | | | | 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 bugs | Maximilian Hils | 2015-03-21 | 1 | -0/+1 |
| | |||||
* | web: smaller changes | Maximilian Hils | 2015-03-15 | 1 | -0/+1 |
| | |||||
* | another clean up for #503 #504 | Legend Tang | 2015-03-06 | 1 | -1/+2 |
| | |||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 1 | -2/+2 |
| | | | | | 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 jsx | Aldo Cortesi | 2015-01-01 | 1 | -0/+155 |
So remove the redundant naming |