aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* web: fix list update propagationMaximilian Hils2016-06-052-3/+6
|
* web: modernize flow table columnsMaximilian Hils2016-06-052-223/+148
|
* web: update reactMaximilian Hils2016-06-051-3/+2
|
* web: fix list reducerMaximilian Hils2016-06-051-3/+3
|
* web: completely move flow state to reduxMaximilian Hils2016-06-048-330/+191
|
* web interleave old store and redux flow stateMaximilian Hils2016-06-043-4/+17
|
* web: implement update and remove for list and viewMaximilian Hils2016-06-043-20/+95
|
* web: add flows to redux stateMaximilian Hils2016-06-034-6/+40
|
* web: add redux list viewsMaximilian Hils2016-06-033-7/+73
|
* web: remove old event log storeMaximilian Hils2016-06-035-45/+7
|
* web: implement redux store fetchingMaximilian Hils2016-06-037-38/+160
|
* Merge branch 'redux-ducks'Maximilian Hils2016-06-0214-197/+289
|\
| * web: fix eventlog height registrationMaximilian Hils2016-06-021-11/+16
| |
| * web: reduxify event log storeMaximilian Hils2016-06-029-80/+85
| |
| * web: reduxify WebSocketMaximilian Hils2016-06-026-26/+81
| |
| * remove reducers directoryMaximilian Hils2016-06-021-8/+0
| |
| * web: :hatching_chick:Maximilian Hils2016-06-0212-180/+138
| |
| * use object spread operatorMaximilian Hils2016-06-022-3/+4
| | | | | | | | | | While the spread operator is not part of ES6, React also uses it for JSX. It makes sense for us to keep it in other parts of the codebase as well.
| * add basic redux architecture, convert eventlog to reduxMaximilian Hils2016-06-027-25/+99
| |
| * add redux as dependencyMaximilian Hils2016-06-011-0/+2
| |
* | fix dumpfile uploadMaximilian Hils2016-06-021-9/+6
| |
* | web: add fetchApi convenience methodMaximilian Hils2016-06-022-8/+17
| |
* | change some pr issusesClemens2016-06-024-8/+16
| |
* | basic file up and download workingClemens2016-06-022-4/+13
| |
* | basic file up and download workingClemens2016-06-021-1/+2
| |
* | added basic file up_download functionality (not finish yet)Clemens2016-06-022-18/+13
| |
* | added uiClemens2016-06-021-0/+12
| |
* | web: use object spread operatorMaximilian Hils2016-06-022-1/+2
|/ | | | | While the spread operator is not part of ES6, React also uses it for JSX. It makes sense for us to keep it in other parts of the codebase as well.
* start of developing server side for options (#1155)Clemens Brunner2016-05-294-56/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * added option route + added very incomplete handler class * moved options to settings * added toggleinputbutton * changed options menu * added option for stream large bodies, but no working * added option for stream large bodies, but no working
* Merge remote-tracking branch 'origin/master' into contentviewJason2016-05-281-1/+1
|\
| * Refactor dev.shAldo Cortesi2016-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | - Parameterise the Python version. All of these now work: ./dev.sh # Use default Python version ./dev.sh 2.7 # Explicitly use 2.7 in venv2.7 ./dev.sh 3.5 # Explicitly use 3.5 in venv3.5 This should also work for Travis, which has a weird setup where Pytho3 can be 3.4.
* | [web] add default value for text viewsJason2016-05-281-2/+2
| |
* | [web] eliminate RawMixinJason2016-05-281-17/+47
| |
* | [web] use props.location instead of context.locationJason2016-05-241-4/+3
| |
* | [web] eliminate Router mixinJason2016-05-246-71/+66
|/
* added UI for options menu (#1130)Clemens Brunner2016-05-143-17/+71
| | | | | | | | | | | | | | | | | | | | | | * 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: update dependenciesMaximilian Hils2016-05-022-14/+11
|
* docs: minor fixesMaximilian Hils2016-04-301-1/+1
|
* gulp-minify-css is deprecated. Adding gulp-clean-cssIsrael Blancas2016-04-112-3/+3
|
* [web] fix virtual scroll rangeJason2016-03-121-1/+1
|
* [web] VirtualScroll and AutoScroll helperJason2016-03-109-375/+419
|
* Merge pull request #1012 from gzzhanghao/routerMaximilian Hils2016-03-092-10/+7
|\ | | | | [web] eliminate common.Router.getParams
| * [web] eliminate common.Router.getParamsJason2016-03-092-10/+7
| |
* | Merge pull request #1015 from gzzhanghao/propsMaximilian Hils2016-03-091-2/+3
|\ \ | | | | | | [web] dont mutate props
| * | [web] dont mutate propsJason2016-03-091-2/+3
| |/
* / [web] fix footer label marginJason2016-03-091-0/+4
|/
* [web] uniform code style for Footer componentJason2016-03-081-5/+7
|
* [web] eliminate SettingsStateJason2016-03-074-46/+35
|
* Merge pull request #994 from gzzhanghao/commonMaximilian Hils2016-03-055-21/+15
|\ | | | | [web] remove common.ChildFocus
| * [web] remove common.ChildFocusJason2016-03-025-21/+15
| |