feat(navigation): enhance adult verification handling and notifications

- Updated navigationController to simplify the eroticChat menu structure.
- Enhanced adminService to notify users of adult verification status changes, including previous status.
- Improved AppNavigation and related components to register and unregister socket listeners for adult verification updates.
- Added localized messages for adult verification notifications in English, German, and Spanish.
- Introduced a verification hint in the EroticAccessView to guide users on document submission.
This commit is contained in:
Torsten Schulz (local)
2026-03-27 13:23:44 +01:00
parent 82223676a6
commit 07604cc9fa
8 changed files with 175 additions and 35 deletions

View File

@@ -261,6 +261,12 @@
"documentLabel": "Nachweisdatei",
"noteLabel": "Kurze Notiz für die Moderation",
"settingsLink": "Account-Einstellungen öffnen",
"verificationHintTitle": "Hinweis zum Nachweis",
"verificationHintBody": "Du kannst ein Foto senden. Wenn dein Alter darauf nicht eindeutig erkennbar ist, wird der Antrag abgelehnt und du musst stattdessen einen Ausweis einreichen.",
"notifications": {
"approved": "Dein Erotikbereich wurde von der Moderation freigeschaltet.",
"rejected": "Dein Antrag auf den Erotikbereich wurde abgelehnt. Wenn dein Alter auf Fotos nicht eindeutig erkennbar ist, sende bitte einen Ausweis."
},
"picturesTitle": "Erotikbilder",
"picturesIntro": "Eigene Inhalte bleiben strikt vom normalen Galeriebereich getrennt. Hier verwaltest du nur Bilder für den freigeschalteten Erotikbereich.",
"uploadTitle": "Erotikbild hochladen",

View File

@@ -261,6 +261,12 @@
"documentLabel": "Verification document",
"noteLabel": "Short note for moderation",
"settingsLink": "Open account settings",
"verificationHintTitle": "Verification note",
"verificationHintBody": "You may submit a photo. If your age is not clearly recognizable there, the request will be rejected and you will need to submit an ID instead.",
"notifications": {
"approved": "Your erotic area access has been approved by moderation.",
"rejected": "Your erotic area request was rejected. If your age is not clearly recognizable in photos, please submit an ID."
},
"picturesTitle": "Erotic pictures",
"picturesIntro": "Your content stays strictly separate from the normal gallery. Manage only images for the unlocked erotic area here.",
"uploadTitle": "Upload erotic picture",

View File

@@ -261,6 +261,12 @@
"documentLabel": "Documento de verificación",
"noteLabel": "Breve nota para moderación",
"settingsLink": "Abrir ajustes de la cuenta",
"verificationHintTitle": "Nota sobre la verificación",
"verificationHintBody": "Puedes enviar una foto. Si tu edad no se reconoce con claridad, la solicitud será rechazada y tendrás que enviar un documento de identidad.",
"notifications": {
"approved": "La moderación ha aprobado tu acceso al área erótica.",
"rejected": "Tu solicitud para el área erótica fue rechazada. Si tu edad no se reconoce claramente en las fotos, envía un documento de identidad."
},
"picturesTitle": "Imágenes eróticas",
"picturesIntro": "Tus contenidos permanecen estrictamente separados de la galería normal. Aquí gestionas solo imágenes del área erótica desbloqueada.",
"uploadTitle": "Subir imagen erótica",