aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/components/presentational
Commit message (Collapse)AuthorAge
* Migrate loading styleNoah Loomans2018-03-21
|
* Migrate Result(s)Noah Loomans2018-03-21
|
* Change LICENSE to GPLv3Noah Loomans2018-02-17
|
* Add client support for altsNoah Loomans2018-02-16
|
* Fix stylingNoah Loomans2018-02-13
|
* Add proper progress barNoah Loomans2018-02-13
|
* Use classes instead of stateless functions for ComponentsNoah Loomans2018-02-09
|
* Add click functionality to resultNoah Loomans2018-01-31
|
* Use the correct property for the window widthNoah Loomans2018-01-30
|
* Auto resize scheduleNoah Loomans2018-01-30
|
* Move Schedule and Loading to seperate filesNoah Loomans2018-01-28
|
* 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
|
* Use id's instead of user objectsNoah Loomans2017-12-14
|
* Allow selection of result using keyboardNoah Loomans2017-12-13
|
* Refactor Results out of SearchNoah Loomans2017-12-11
|
* Move PresentationalSearch back to the containerNoah Loomans2017-12-11
|
* Move IconFromUserType and Result to seperate fileNoah Loomans2017-12-11
|
* Select search input on focusNoah Loomans2017-12-11
|
* Show user icon instead of search icon on exact matchNoah Loomans2017-12-10
|
* Show correct icon based on user typeNoah Loomans2017-12-10
|
* Add resultsNoah 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
|
* Add presentation search componentNoah Loomans2017-12-10