Room list: tweak UI and add overflow menu with report bug and invite friends action.

Extract invite friends action to a use case to avoid copy paste.
This commit is contained in:
Benoit Marty 2023-06-21 14:50:00 +02:00 committed by Benoit Marty
parent 710c3b279a
commit 4d0f58568f
12 changed files with 180 additions and 38 deletions

View file

@ -103,6 +103,7 @@ class RoomListScreen(
onCreateRoomClicked = {},
onInvitesClicked = {},
onRoomSettingsClicked = {},
onMenuActionClicked = {},
modifier = modifier,
)