From 47f0f1d7862e2ca4f2935c00ae79256a17798e18 Mon Sep 17 00:00:00 2001 From: Developer Date: Tue, 9 Jun 2026 23:42:59 +0200 Subject: [PATCH] feat: Iris Chat Expand-Button + Modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Maximize2-Button im Chat-Header - Expand-Modal (700px, 70vh) mit vollem Chat - Teleport-Overlay, X-Close, Overlay-Klick - Separater chatModalListRef für Modal-Scrolling --- .../src/components/dashboard/ChatPanel.vue | 209 +++++++++++++++++- 1 file changed, 206 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/dashboard/ChatPanel.vue b/frontend/src/components/dashboard/ChatPanel.vue index 157e7ef..72ebde1 100644 --- a/frontend/src/components/dashboard/ChatPanel.vue +++ b/frontend/src/components/dashboard/ChatPanel.vue @@ -1,6 +1,6 @@