Add users currently typing in room bar
This commit is contained in:
@@ -6,11 +6,13 @@ ColumnLayout {
|
||||
property var user_id: null
|
||||
property var room: null
|
||||
|
||||
|
||||
id: chatPage
|
||||
spacing: 0
|
||||
onFocusChanged: sendBox.setFocus()
|
||||
|
||||
RoomHeader {}
|
||||
MessageList {}
|
||||
TypingUsersBar {}
|
||||
SendBox { id: sendBox }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user