Room Drawer Mobile

Push the room drawer as a page rather than a drawer when on mobile or the window is thin.

This also lays some foundations for having multiple different pages in the drawer by separating the room information into it's own component which could be switched out to show other things like highlights or media.
This commit is contained in:
James Graham
2023-08-26 08:42:39 +00:00
parent 5c72bd4ab7
commit 43715486e5
9 changed files with 472 additions and 372 deletions

View File

@@ -27,6 +27,14 @@ Kirigami.Page {
focus: true
padding: 0
actions {
main: Kirigami.Action {
visible: Kirigami.Settings.isMobile || !applicationWindow().pageStack.wideMode
icon.name: "view-right-new"
onTriggered: applicationWindow().openRoomDrawer()
}
}
KeyNavigation.left: pageStack.get(0)
onCurrentRoomChanged: {