Merge branch 'feat/#22_AddLanguageSwitcher'

This commit is contained in:
2025-11-23 09:03:13 +01:00
32 changed files with 661 additions and 304 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