From 13d4c2f1577dbd59d2e9f72cd16802e0a9f414da Mon Sep 17 00:00:00 2001 From: Iris Date: Tue, 9 Jun 2026 19:51:25 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Dashboard-Enhancements=20=E2=80=93=20Fi?= =?UTF-8?q?lter,=20Checkboxen,=20Animationen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - IrisPanel: Task-Zahlen aus OperationsStore, Suggestions als Array, Chat via console.log - OperationsFeed: Filter-Pills filtern Feed-Items, TransitionGroup-Animationen - AgendaPanel: Checkboxen mit localStorage-Persistenz (nexus-agenda-done) - ActiveInitiatives: Cards hover-scale, Klick-Handler, Progress-Bars animiert - RecentlyFinished: Chips klickbar + a11y (role, tabindex, keyup) - DashboardView: fade-in Animation, Custom-Scrollbar - VERSION: 0.1.0 initial - Deploy-Workflow: Version-Bump-Semantik (major=x.0.0, minor=1.x.0, patch=1.0.x) --- .../dashboard/ActiveInitiatives.vue | 16 ++++- .../src/components/dashboard/AgendaPanel.vue | 43 ++++++++++++- .../src/components/dashboard/IrisPanel.vue | 62 +++++++++++-------- .../components/dashboard/OperationsFeed.vue | 42 ++++++++++--- .../components/dashboard/RecentlyFinished.vue | 18 +++++- frontend/src/views/DashboardView.vue | 29 +++++++++ 6 files changed, 171 insertions(+), 39 deletions(-) diff --git a/frontend/src/components/dashboard/ActiveInitiatives.vue b/frontend/src/components/dashboard/ActiveInitiatives.vue index 4bb29af..439f126 100644 --- a/frontend/src/components/dashboard/ActiveInitiatives.vue +++ b/frontend/src/components/dashboard/ActiveInitiatives.vue @@ -27,6 +27,10 @@ const statusMeta: Record