From b1f0938b81ef0f9a27f206625d124ff92c4a2904 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 30 Jan 2026 08:18:50 +0100 Subject: [PATCH] Enhance DashboardWidget functionality: Integrate Vuex state management for socket connections, enabling real-time updates for Falukant widgets. Refactor computed properties and methods to handle socket events and improve data fetching logic. Update localization for age representation and adjust styles for better UI presentation. --- frontend/src/components/DashboardWidget.vue | 59 +++++++++++++++++++-- frontend/src/i18n/locales/de/falukant.json | 1 + frontend/src/i18n/locales/en/falukant.json | 12 +++++ 3 files changed, 67 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/DashboardWidget.vue b/frontend/src/components/DashboardWidget.vue index 76754b4..b167934 100644 --- a/frontend/src/components/DashboardWidget.vue +++ b/frontend/src/components/DashboardWidget.vue @@ -56,6 +56,7 @@