Refactor hover actions

Refactor hover actions into their own component.
This commit is contained in:
James Graham
2023-05-21 15:36:43 +00:00
parent ccc952b65e
commit 8741fd8fed
4 changed files with 164 additions and 110 deletions

View File

@@ -32,6 +32,7 @@
<file alias="TypingPane.qml">qml/Component/TypingPane.qml</file>
<file alias="ShimmerGradient.qml">qml/Component/ShimmerGradient.qml</file>
<file alias="QuickSwitcher.qml">qml/Component/QuickSwitcher.qml</file>
<file alias="HoverActions.qml">qml/Component/HoverActions.qml</file>
<file alias="ChatBox.qml">qml/Component/ChatBox/ChatBox.qml</file>
<file alias="ChatBar.qml">qml/Component/ChatBox/ChatBar.qml</file>
<file alias="AttachmentPane.qml">qml/Component/ChatBox/AttachmentPane.qml</file>