Add most of the UI for the new room list's menu button

Incomplete implementation: buttons don't work, some text is missing, etc
This commit is contained in:
Travis Ralston 2020-06-07 22:06:41 -06:00
parent bb3cdd3335
commit 8e0247afe5
13 changed files with 397 additions and 5 deletions

View file

@ -58,4 +58,9 @@ export enum Action {
* Focuses the user's cursor to the composer. No additional payload information required.
*/
FocusComposer = "focus_composer",
/**
* Opens the user menu (previously known as the top left menu). No additional payload information required.
*/
ToggleUserMenu = "toggle_user_menu",
}