-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Username autocompletion #82
base: master
Are you sure you want to change the base?
Commits on Jun 3, 2020
-
username-autocomplete: get cursor pos via JS
Sören Kuklau committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for fc3ba1d - Browse repository at this point
Copy the full SHA fc3ba1dView commit details -
username-autocomplete: get cursor pos via JS
Sören Kuklau committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 17d5621 - Browse repository at this point
Copy the full SHA 17d5621View commit details -
username-autocomplete: Implement user cache
This doesn't actually query the cache yet. For that, we need an appropriate UI. It does, however, fill it at opportune times: whenever messages come in, and when you query.
Sören Kuklau committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for ed50e3e - Browse repository at this point
Copy the full SHA ed50e3eView commit details -
Merge branch 'features/username-autocomplete' of https://github.com/c…
…hucker/Gitter into features/username-autocomplete
Sören Kuklau committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 0202e71 - Browse repository at this point
Copy the full SHA 0202e71View commit details -
username-autocomplete: _very_ early UI stuff
Sören Kuklau committedJun 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 90393e4 - Browse repository at this point
Copy the full SHA 90393e4View commit details
Commits on Jun 4, 2020
-
username-autocomplete: newMessage should never be null
Sören Kuklau committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 097c5c5 - Browse repository at this point
Copy the full SHA 097c5c5View commit details -
username-autocomplete: NewMessage is no longer two-way-bound so we ca…
…n use `await`
Sören Kuklau committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 5bb4ad5 - Browse repository at this point
Copy the full SHA 5bb4ad5View commit details -
username-autocomplete: key events a bit better
Sören Kuklau committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 4fff05a - Browse repository at this point
Copy the full SHA 4fff05aView commit details -
username-autocomplete: throttle queries to 300ms
Sören Kuklau committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 1f96cb2 - Browse repository at this point
Copy the full SHA 1f96cb2View commit details -
username-autocomplete: early actual UI
Sören Kuklau committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for ca9bafa - Browse repository at this point
Copy the full SHA ca9bafaView commit details -
username-autocomplete: don't search with empty query
Sören Kuklau committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for cb9ae6b - Browse repository at this point
Copy the full SHA cb9ae6bView commit details -
username-autocomplete: various minor UI improvements
Sören Kuklau committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 3ff35a3 - Browse repository at this point
Copy the full SHA 3ff35a3View commit details -
username-autocomplete: cancelling via esc works
Sören Kuklau committedJun 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 169f2db - Browse repository at this point
Copy the full SHA 169f2dbView commit details