feat: Add navigation panel for messages

This commit is contained in:
Petr Mironychev
2025-10-11 18:02:08 +02:00
parent 906c161729
commit 8d495dd1bf
4 changed files with 86 additions and 2 deletions

View File

@ -33,6 +33,7 @@ Rectangle {
property alias recentPath: recentPathId
property alias openChatHistory: openChatHistoryId
property alias pinButton: pinButtonId
property alias navigation: navigationId
color: palette.window.hslLightness > 0.5 ?
Qt.darker(palette.window, 1.1) :
@ -130,6 +131,10 @@ Rectangle {
Layout.fillWidth: true
}
Navigation {
id: navigationId
}
Badge {
id: tokensBadgeId