summaryrefslogtreecommitdiffstats
path: root/web/react/stores/suggestion_store.jsx
Commit message (Expand)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-261/+0
* Convering client to react-router.Christopher Speller2016-03-141-6/+1
* Globally exported all stores when developer mode is enabledHarrison Healey2016-03-081-1/+6
* Updating some client deps + eslintChristopher Speller2016-02-221-1/+1
* Changed CommandProvider to only set the matched pretext if it actually matche...hmhealey2016-02-051-1/+3
* Removed space bar from autocompleteshmhealey2015-12-091-14/+1
* Changed SuggestionBox to clear its suggestions on losing focushmhealey2015-12-031-0/+5
* Changed Command autocomplete to pick a suggestion when space is pressedhmhealey2015-12-021-1/+14
* Replaced CommandList with the new suggestion componentshmhealey2015-12-011-4/+6
* Fixed losing suggestion selection when entering additional charactershmhealey2015-12-011-1/+7
* Replaced SearchAutocomplete with new suggestion componentshmhealey2015-12-011-0/+246