feat(#22): Add settings page with language switcher

This commit is contained in:
2025-11-22 08:56:15 +01:00
parent 81b1227e82
commit 4cb0589a64
8 changed files with 190 additions and 135 deletions

View File

@@ -231,6 +231,8 @@ legalconsenthub/
│ │ ├── permissions.global.ts # Authorization check
│ │ └── refreshToken.global.ts # Token refresh logic
│ ├── pages/ # Route pages
│ │ ├── settings.vue # User settings page (language, theme, appearance)
│ │ ├── administration.vue # Admin template editor
│ │ ├── application-forms/
│ │ ├── callback.vue # OAuth callback
│ │ ├── create.vue