aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/components/container
Commit message (Collapse)AuthorAge
...
* Styling fixNoah Loomans2018-01-31
|
* Add click functionality to resultNoah Loomans2018-01-31
|
* Remove chrome autocompleate from searchNoah Loomans2018-01-30
|
* Add styling to week selectorNoah Loomans2018-01-30
|
* Move Schedule and Loading to seperate filesNoah Loomans2018-01-28
|
* Make <View /> a stateless componentNoah Loomans2018-01-28
|
* Refactor View.jsNoah Loomans2018-01-28
|
* Fix View.js prop typesNoah Loomans2018-01-28
|
* Improve week logicNoah Loomans2018-01-28
|
* Implement week selector in the viewNoah Loomans2018-01-28
|
* Make updateWeek sub 80 charsNoah Loomans2018-01-26
|
* Add week selectorNoah Loomans2018-01-26
|
* Add basic styling to user pageNoah Loomans2018-01-24
|
* Add animation to resultsNoah Loomans2018-01-24
|
* Add helpboxNoah Loomans2018-01-19
|
* Add view codeNoah Loomans2018-01-17
|
* Add user pageNoah Loomans2018-01-06
|
* Save searchText in redux storeNoah Loomans2018-01-06
|
* Go to user url on enterNoah Loomans2018-01-06
|
* Revert "Move to typescript"Noah Loomans2018-01-06
| | | | This reverts commit f0c8cf0e79f003514fd65a70def5820205955a77.
* Revert "Add strict typing"Noah Loomans2018-01-06
| | | | This reverts commit 4ca30295d7d9f3dd7ba2e105952ff627f6b702a4.
* Add strict typingNoah Loomans2017-12-21
| | | | Except for functions because of https://github.com/reactjs/redux/issues/2709
* Move to typescriptNoah Loomans2017-12-21
|
* Use .js extention instead of .jsxNoah Loomans2017-12-14
|
* Remove input value from reduxNoah Loomans2017-12-14
|
* Use id's instead of user objectsNoah Loomans2017-12-14
|
* Allow selection of result using keyboardNoah Loomans2017-12-13
|
* Prepair changeSelectedResultNoah Loomans2017-12-13
|
* Use inline dispatchNoah Loomans2017-12-13
|
* Move hasFocus to internal stateNoah Loomans2017-12-11
|
* Add line between results and searchNoah Loomans2017-12-11
|
* Refactor Results out of SearchNoah Loomans2017-12-11
|
* Move PresentationalSearch back to the containerNoah Loomans2017-12-11
|
* Select search input on focusNoah Loomans2017-12-11
|
* Refactor state namesNoah Loomans2017-12-10
|
* Show user icon instead of search icon on exact matchNoah Loomans2017-12-10
|
* Add some basic stylingNoah Loomans2017-12-10
|
* Rename onType to onInputChangeNoah Loomans2017-12-10
|
* Move reducers and actions into seperate foldersNoah Loomans2017-12-10
|
* Add redux devtools supportNoah Loomans2017-12-10
|
* Add Search containerNoah Loomans2017-12-10