initial commit for llm chat tab in sidebar

This commit is contained in:
2026-08-20 00:27:48 +02:00
parent d3e61efd86
commit 47bab21e22
22 changed files with 2085 additions and 9 deletions
+4
View File
@@ -1,7 +1,11 @@
import Quickshell
import ZShell.Llm
PersistentProperties {
property ChatSession chatSession
property int currentTab: 0
property list<string> expandedNotifs: []
property bool inChat: false
reloadableId: "sidebar"
}