element-x-ada/appnav/src/main/kotlin/io/element/android/appnav
Marco Romano 0dee0784ba Room list contextual menu (#427)
- Adds `ModalBottomSheet` to our design components (it wraps the homonimous Material3 one).
- Adds  a bottom sheet to the Room list using the aforementioned design component.
- Adds navigation from the room list to a room detail (context menu "Settings" action).
- Consolidates the "leave room flow" into a new `leaveroom` module used by both the room list and the room details.
  - Adds progress indicator to the leave room flow
- Uses new `leaveroom` module in `roomdetails` module too. 

Parent issue:
- https://github.com/vector-im/element-x-android/issues/261
2023-05-25 06:42:44 +00:00
..
di [MatrixSDK] finish mapping timeline and makes it compile 2023-03-13 20:18:16 +01:00
loggedin Use Firebase by default and cleanup 2023-04-12 09:50:04 +02:00
root Invite users to existing rooms (#441) 2023-05-23 09:23:24 +00:00
BackstackExt.kt [Architecture] : create appnav module so we can use only api feature modules 2023-03-06 20:30:48 +01:00
LoggedInEventProcessor.kt [Room Details] Leave room (#296) 2023-04-05 15:36:41 +02:00
LoggedInFlowNode.kt Room list contextual menu (#427) 2023-05-25 06:42:44 +00:00
NodeLifecycleCallback.kt [Architecture] : create appnav module so we can use only api feature modules 2023-03-06 20:30:48 +01:00
NotLoggedInFlowNode.kt [Architecture] introduce nodeBuilder concept 2023-03-07 20:31:16 +01:00
RoomFlowNode.kt Room list contextual menu (#427) 2023-05-25 06:42:44 +00:00
RootFlowNode.kt Move the button to open the Showkase browser to the developer settings screen. (#389) 2023-05-04 17:29:03 +02:00