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

@@ -1,6 +1,8 @@
import QtQuick 2.7
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.4
import "Banners"
import "RoomEventList"
ColumnLayout {
property string userId: ""
@@ -22,7 +24,7 @@ ColumnLayout {
topic: roomInfo.topic
}
MessageList {}
RoomEventList {}
TypingUsersBar {}