From effc86e15b9e015d18576ae4835248956ed6ae2c Mon Sep 17 00:00:00 2001 From: Developer Date: Tue, 9 Jun 2026 23:15:33 +0200 Subject: [PATCH] feat: LLM Model + Glassmorphism + Doppel-Pulse + Task-Board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Agent Cards: aktives LLM Model unter Runtime - Glassmorphism: rgba-BG + backdrop-filter:blur - Bézier-Linien: 2 Pulse pro Verbindung (Offset 50%) - TaskCard: 'Zum Task Board' Button mit Pfeil --- .../src/components/dashboard/MissionCard.vue | 22 +++++- .../src/components/dashboard/TeamNetwork.vue | 71 ++++++++++++++++--- frontend/src/composables/useDashboardData.ts | 6 ++ frontend/src/views/DashboardView.vue | 2 +- 4 files changed, 89 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/dashboard/MissionCard.vue b/frontend/src/components/dashboard/MissionCard.vue index 824267b..09b582c 100644 --- a/frontend/src/components/dashboard/MissionCard.vue +++ b/frontend/src/components/dashboard/MissionCard.vue @@ -1,6 +1,6 @@