start initial work on detaching chat to floating window

This commit is contained in:
2026-08-20 20:24:54 +02:00
parent 9657e5092a
commit 37c6a9986e
9 changed files with 190 additions and 29 deletions
-2
View File
@@ -2,10 +2,8 @@ import Quickshell
import ZShell.Llm
PersistentProperties {
property ChatSession chatSession
property int currentTab: 0
property list<string> expandedNotifs: []
property bool inChat: false
reloadableId: "sidebar"
}