Reorganize Chat component files

- MessageList renamed to RoomEventList
- MessageDelegate renamed to RoomEventDelegate
- Banner and RoomEventList get their own folders
This commit is contained in:
miruka
2019-04-28 14:34:29 -04:00
parent 99ab6a817a
commit 7004b4ea3f
10 changed files with 26 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ QtObject {
property color background: colors.background1
}
readonly property QtObject messageList: QtObject {
readonly property QtObject roomEventList: QtObject {
property color background: "transparent"
}