Use FormCard on the invitation page

It now looks a bit nicer, and I made sure everything scales down to
mobile as well.
This commit is contained in:
Joshua Goins
2025-05-08 14:30:20 -04:00
parent 28c39292f7
commit 3d15e4f061
3 changed files with 108 additions and 37 deletions

View File

@@ -127,10 +127,9 @@ Kirigami.Page {
Loader {
id: invitationLoader
active: root.currentRoom && root.currentRoom.isInvite
anchors.centerIn: parent
anchors.fill: parent
sourceComponent: InvitationView {
currentRoom: root.currentRoom
anchors.centerIn: parent
}
}