feat: Add Chat preview scroll bar

This commit is contained in:
Petr Mironychev
2025-04-24 02:54:21 +02:00
parent cfb364f033
commit 8b38ecc29b
4 changed files with 192 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Rectangle {
property alias tokensBadge: tokensBadgeId
property alias recentPath: recentPathId
property alias openChatHistory: openChatHistoryId
property alias expandScrollbar: expandScrollbarId
color: palette.window.hslLightness > 0.5 ?
Qt.darker(palette.window, 1.1) :
@ -84,5 +85,12 @@ Rectangle {
Badge {
id: tokensBadgeId
}
QoAButton {
id: expandScrollbarId
width: 16
height: 16
}
}
}