Add basic user autocompletion UI

This commit is contained in:
miruka
2020-08-20 12:21:47 -04:00
parent ec17d54923
commit 5ba669444d
11 changed files with 271 additions and 63 deletions

View File

@@ -175,7 +175,7 @@ HListView {
}
onFilterChanged: {
py.callCoro("set_substring_filter", ["all_rooms", filter], () => {
py.callCoro("set_string_filter", ["all_rooms", filter], () => {
if (filter) {
currentIndex = 1 // highlight the first matching room
return