Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: add prompt for keyboard navigation | Maximilian Hils | 2015-03-30 | 1 | -2/+2 |
| | |||||
* | s/filter/search/ | Maximilian Hils | 2015-03-30 | 1 | -6/+6 |
| | | | | | no matter what we agree on in #542, this needs to be done anyway. | ||||
* | web: add more keyboard shortcuts | Maximilian Hils | 2015-03-29 | 1 | -4/+11 |
| | |||||
* | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 1 | -5/+5 |
| | | | | | | 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: upgrade to react 0.13 | Maximilian Hils | 2015-03-22 | 1 | -6/+8 |
| | |||||
* | web: fix bugs | Maximilian Hils | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | web: smaller changes | Maximilian Hils | 2015-03-15 | 1 | -3/+3 |
| | |||||
* | fix #506 | Legend Tang | 2015-03-06 | 1 | -1/+2 |
| | |||||
* | Add PEG support to gulpfile | Aldo Cortesi | 2015-01-03 | 1 | -1/+4 |
| | | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports | ||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 1 | -4/+4 |
| | | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway. | ||||
* | Make header more compact | Aldo Cortesi | 2015-01-01 | 1 | -4/+1 |
| | | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here | ||||
* | All files and only files in in js/components are jsx | Aldo Cortesi | 2015-01-01 | 1 | -0/+389 |
So remove the redundant naming |