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
@@ -0,0 +1,14 @@
pragma Singleton
import QtQuick
import Quickshell
import ZShell.Llm
Singleton {
id: root
property ChatSession chatSession
property bool inChat: false
property bool isWindow: false
property ShellScreen screen
}