From 7edb9d79e5c9ac002c72bd3e1725ba6eeb3d0dd2 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Thu, 3 Sep 2026 14:21:40 +0200 Subject: [PATCH] refactor(dashboard): simplify layout and remove unused sections in LoggedInView --- frontend/src/views/home/LoggedInView.vue | 138 +++-------------------- 1 file changed, 13 insertions(+), 125 deletions(-) diff --git a/frontend/src/views/home/LoggedInView.vue b/frontend/src/views/home/LoggedInView.vue index cf8954d..29641c7 100755 --- a/frontend/src/views/home/LoggedInView.vue +++ b/frontend/src/views/home/LoggedInView.vue @@ -1,14 +1,10 @@ - - -
-
- {{ $t('home.dashboard.overview.activeWidgetsLabel') }} - {{ widgets.length }} -

{{ $t('home.dashboard.overview.activeWidgetsText') }}

-
-
- {{ $t('home.dashboard.overview.availableModulesLabel') }} - {{ widgetTypeOptions.length }} -

{{ $t('home.dashboard.overview.availableModulesText') }}

-
-
- {{ $t('home.dashboard.overview.editModeLabel') }} - {{ editMode ? $t('home.dashboard.overview.editModeActive') : $t('home.dashboard.overview.editModeInactive') }} -

{{ editMode ? $t('home.dashboard.overview.editModeActiveText') : $t('home.dashboard.overview.editModeInactiveText') }}

-
-
+
-
-
-

{{ $t('home.dashboard.sectionTitle') }}

-

{{ $t('home.dashboard.sectionIntro') }}

-
-