From c85fefefb87631c1408ff3546e6c7a07279bbe9a Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sun, 8 Feb 2026 18:43:30 +0100 Subject: [PATCH] feat(frontend): Add sidebar entries for help and organization --- legalconsenthub/app/layouts/default.vue | 44 ++++++++++--- legalconsenthub/app/pages/help.vue | 75 ++++++++++++++++++++++ legalconsenthub/app/pages/organization.vue | 74 +++++++++++++++++++++ legalconsenthub/i18n/locales/de.json | 37 ++++++++++- legalconsenthub/i18n/locales/en.json | 37 ++++++++++- 5 files changed, 257 insertions(+), 10 deletions(-) create mode 100644 legalconsenthub/app/pages/help.vue create mode 100644 legalconsenthub/app/pages/organization.vue diff --git a/legalconsenthub/app/layouts/default.vue b/legalconsenthub/app/layouts/default.vue index 7902483..013122e 100644 --- a/legalconsenthub/app/layouts/default.vue +++ b/legalconsenthub/app/layouts/default.vue @@ -18,9 +18,7 @@