From eeab438ea72f84d6eb29e83e64d849f9083c7590 Mon Sep 17 00:00:00 2001 From: Pandipipas <62224708+Pandipipas@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:29:04 +0100 Subject: [PATCH] Reorganize settings view into single sectioned card --- src/dashboard/scoreko-dev/views/Settings.vue | 142 ++++++++++--------- 1 file changed, 74 insertions(+), 68 deletions(-) diff --git a/src/dashboard/scoreko-dev/views/Settings.vue b/src/dashboard/scoreko-dev/views/Settings.vue index 5da11ab..8c09b96 100644 --- a/src/dashboard/scoreko-dev/views/Settings.vue +++ b/src/dashboard/scoreko-dev/views/Settings.vue @@ -90,77 +90,83 @@ useHead(() => ({ title: t('settingsTitle') })); {{ t('settingsDescription') }} -