166a88072b
The current implementation seems to have an issue with an undetected binding loop that causes lockup. During investigation I figured that the code was way to complex and brittle for what we need. This is a cleaner reimplementation. It also replaces the custom Avatar component with the one from Kirigami. The looks are subject to tweaking of course
8 lines
222 B
Text
8 lines
222 B
Text
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file>qml/main.qml</file>
|
|
<file>qml/ConversationList.qml</file>
|
|
<file>qml/ConversationDisplay.qml</file>
|
|
<file>qml/ChatMessage.qml</file>
|
|
</qresource>
|
|
</RCC>
|