From 4503f6a76d88bb9f265ba0337196197b38dcc2ff Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Thu, 25 Jan 2024 01:48:19 +0100 Subject: [PATCH] ADD: Config section toggle --- src/components/config/ConfigSection.vue | 31 ++++++-- src/components/config/pages/ProfileConfig.vue | 77 ++++++++----------- src/lang/en.json | 2 +- 3 files changed, 59 insertions(+), 51 deletions(-) diff --git a/src/components/config/ConfigSection.vue b/src/components/config/ConfigSection.vue index efe7007..7872bda 100644 --- a/src/components/config/ConfigSection.vue +++ b/src/components/config/ConfigSection.vue @@ -1,10 +1,21 @@