about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/autosuggest_input.js
AgeCommit message (Collapse)Author
2019-09-02[Glitch] Fix emoji autosuggestionsEugen Rochko
Port 784c88e16d8e0f75c0d27e34f926569607e02044 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-02[Glitch] Add autosuggestions for hashtagsEugen Rochko
Port cfb2ed78231758a79af038a964ab7f7b7b35274e to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-13[Glitch] Add responsive panels to the single-column layoutEugen Rochko
Port 1e5532e693d9533ee37f553aeb191e284178fa52 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-13[Glitch] Add single-column modeEugen Rochko
Port 9ddeb30f90f9402eb567c88354d4956fcfdf0361 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-05-30Fix incorrect PropType in Glitch AutosuggestInputslice
2019-04-26Hide suggestions by defaultThibaut Girka
They will be enabled if the input has focus
2019-04-26Add emoji suggestion to poll optionsThibaut Girka
2019-04-26Add suggestions in CW fieldThibaut Girka