Use 3 dot typing indicator, clean up code a bit.

Move TypingIndicator.qml out of ChatBox folder.
It wasn't part of the ChatBox.

fixes #367 by eliding instead of wrapping text
This commit is contained in:
Noah Davis
2021-05-27 14:17:22 +00:00
parent 92fcff1dce
commit bbcf4239a4
6 changed files with 115 additions and 69 deletions

View File

@@ -2,3 +2,4 @@ module NeoChat.Component
FullScreenImage 1.0 FullScreenImage.qml
ChatTextInput 1.0 ChatTextInput.qml
FancyEffectsContainer 1.0 FancyEffectsContainer.qml
TypingPane 1.0 TypingPane.qml