Explore rooms page RoundedItemDelegate

Move the explore rooms page to using the new RoundedItemDelegate
This commit is contained in:
James Graham
2023-09-10 09:00:57 +00:00
parent b2f592afeb
commit 323cd4962e
5 changed files with 109 additions and 78 deletions

View File

@@ -18,6 +18,7 @@
<file alias="RoomPage.qml">qml/Page/RoomPage.qml</file>
<file alias="RoomWindow.qml">qml/Page/RoomWindow.qml</file>
<file alias="JoinRoomPage.qml">qml/Page/JoinRoomPage.qml</file>
<file alias="ExplorerDelegate.qml">qml/Page/ExplorerDelegate.qml</file>
<file alias="InviteUserPage.qml">qml/Page/InviteUserPage.qml</file>
<file alias="StartChatPage.qml">qml/Page/StartChatPage.qml</file>
<file alias="ImageEditorPage.qml">qml/Page/ImageEditorPage.qml</file>