| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [web] options: add some styling, minor fixes | Maximilian Hils | 2017-07-17 | 2 | -19/+36 |
| * | [web] options: make help and err permanently visible, improve perf | Maximilian Hils | 2017-07-17 | 10 | -338/+260 |
| * | [web] Update OptionMaster. | Matthew Shao | 2017-07-17 | 2 | -73/+44 |
| * | [web] Add reducer and actions for option editor. | Matthew Shao | 2017-07-17 | 2 | -1/+42 |
| * | [web] Add simple validation and improve UI. | Matthew Shao | 2017-07-17 | 3 | -18/+61 |
| * | [web] Update tests. | Matthew Shao | 2017-07-17 | 1 | -4/+16 |
| * | [web] Try StringSequence update logic and add tooltip. | Matthew Shao | 2017-07-17 | 1 | -38/+138 |
| * | [web] Update test. | Matthew Shao | 2017-07-17 | 1 | -80/+99 |
| * | [web] Add PureStringSequenceOption type to OptionMaster.jsx | Matthew Shao | 2017-07-17 | 2 | -48/+82 |
* | | [web] Update OptionMaster. | Matthew Shao | 2017-07-17 | 2 | -73/+44 |
* | | [web] Add reducer and actions for option editor. | Matthew Shao | 2017-07-17 | 2 | -1/+42 |
* | | [web] Add simple validation and improve UI. | Matthew Shao | 2017-07-15 | 3 | -18/+61 |
* | | [web] Update tests. | Matthew Shao | 2017-07-10 | 1 | -4/+16 |
* | | [web] Try StringSequence update logic and add tooltip. | Matthew Shao | 2017-07-10 | 1 | -38/+138 |
* | | [web] Update test. | Matthew Shao | 2017-07-07 | 1 | -80/+99 |
* | | [web] Add PureStringSequenceOption type to OptionMaster.jsx | Matthew Shao | 2017-07-07 | 2 | -48/+82 |
|/ |
|
* | [web] Update Option Modal UI and its tests. | Matthew Shao | 2017-07-05 | 4 | -47/+147 |
* | [web] Update css for modal. | Matthew Shao | 2017-07-05 | 2 | -0/+11 |
* | [web] List all options in option modal. | Matthew Shao | 2017-07-05 | 1 | -8/+9 |
* | [web] Add keys argument for dump_dict in optmanager. | Matthew Shao | 2017-07-05 | 2 | -48/+138 |
* | [web] Try toggle options in option modal. | Matthew Shao | 2017-07-02 | 4 | -1/+56 |
* | [web] Update js/components/Modal/OptionModal.jsx | Matthew Shao | 2017-06-30 | 1 | -0/+45 |
* | [web] Update tests for components. | Matthew Shao | 2017-06-30 | 1 | -28/+32 |
* | [web] Update the Structure of Modal component. | Matthew Shao | 2017-06-30 | 4 | -46/+30 |
* | [web] Add tests for js/components/Modal/ModalSpec.js | Matthew Shao | 2017-06-29 | 2 | -0/+92 |
* | [web] Update __tests__/ducks/tutils.js | Matthew Shao | 2017-06-29 | 1 | -1/+5 |
* | [web] Add tests for reducors of options and modal. | Matthew Shao | 2017-06-28 | 2 | -0/+50 |
* | [web] Add src/css/modal.less | Matthew Shao | 2017-06-28 | 1 | -0/+3 |
* | [web] Minor update for Modal Component. | Matthew Shao | 2017-06-28 | 4 | -4/+6 |
* | [web] Update test for js/components/Header/FileMenu.jsx | Matthew Shao | 2017-06-28 | 2 | -1/+27 |
* | [web] Add Option Modal to FileMenu. | Matthew Shao | 2017-06-28 | 1 | -2/+10 |
* | [web] Add Modal Component and OptionModal | Matthew Shao | 2017-06-28 | 3 | -0/+69 |
* | [web] Add modal to js/ducks/ui/index.js | Matthew Shao | 2017-06-27 | 1 | -0/+2 |
* | [web] Add js/ducks/options.js | Matthew Shao | 2017-06-27 | 1 | -0/+32 |
* | [web] Add js/ducks/ui/modal.js | Matthew Shao | 2017-06-27 | 1 | -0/+33 |
* | [web] Minor fix and Coverage ++ | Matthew Shao | 2017-06-26 | 3 | -7/+8 |
* | [web] Add tests for js/components/FlowTable.jsx | Matthew Shao | 2017-06-25 | 2 | -0/+129 |
* | [web] Add tests for js/components/EventLog.jsx | Matthew Shao | 2017-06-25 | 3 | -1/+134 |
* | [web] Add tests for js/components/ContentView.jsx | Matthew Shao | 2017-06-25 | 2 | -0/+141 |
* | [web] update dependencies | Maximilian Hils | 2017-06-12 | 1 | -2/+2 |
* | [web] fix contentviews, simplify related logic | Maximilian Hils | 2017-06-12 | 3 | -8/+13 |
* | [web] fix stopEdit | Maximilian Hils | 2017-06-12 | 3 | -8/+12 |
* | [web] Update ContentLoader class name. | Matthew Shao | 2017-06-12 | 2 | -80/+81 |
* | [web] Export PureViewServer in ContentView/ContentView.jsx | Matthew Shao | 2017-06-08 | 1 | -3/+3 |
* | [web] Add tests for js/components/ContentView/ContentView.jsx | Matthew Shao | 2017-06-08 | 2 | -0/+137 |
* | [web] Add tests for js/components/ContentView/ContentLoader.jsx | Matthew Shao | 2017-06-08 | 2 | -0/+86 |
* | [web] Add tests for js/components/ContentView/ViewSelector.jsx | Matthew Shao | 2017-06-06 | 3 | -1/+162 |
* | [web] Add tests for js/components/ContentView/UploadContentButton.jsx | Matthew Shao | 2017-06-06 | 3 | -0/+32 |
* | [web] Imporve indentation. | Matthew Shao | 2017-06-06 | 1 | -5/+5 |
* | [web] Add tests for js/components/ContentView/ShowFullContentButton.jsx | Matthew Shao | 2017-06-05 | 3 | -1/+65 |