Search for users to start a new DM. (#376)
Search for users to start a new DM. Hooks up the create room UI to the matrix client to get search results. Searches are debounced for 500ms and only executed when 3 or more characters are entered. Wrap the result state so we can distinguish between "no results because we haven't searched yet" and "no results because the API returned nothing", and add a "No results found" message in the UI for the latter case. Closes #95
This commit is contained in:
parent
c196174a95
commit
63168d4656
48 changed files with 432 additions and 71 deletions
1
changelog.d/95.feature
Normal file
1
changelog.d/95.feature
Normal file
|
|
@ -0,0 +1 @@
|
|||
[Create and join rooms] Search for users to start a DM
|
||||
Loading…
Add table
Add a link
Reference in a new issue