feat(admin): add document preview functionality to adult verification

- Implemented a preview section for adult verification documents, allowing users to view images and PDFs inline.
- Added localization support for preview titles and messages in German, English, and Spanish.
- Enhanced the component's state management to handle preview visibility and cleanup.
This commit is contained in:
Torsten Schulz (local)
2026-03-27 10:50:28 +01:00
parent 0dd2bce5d1
commit 26eb7b8ce7
4 changed files with 87 additions and 6 deletions

View File

@@ -42,6 +42,9 @@
"reject": "Reject",
"resetPending": "Set pending",
"openDocument": "Open document",
"previewTitle": "Proof preview",
"closePreview": "Close preview",
"previewUnavailable": "No inline preview is available for this file type.",
"empty": "No matching requests found.",
"loadError": "Could not load approvals.",
"updateError": "Could not update the status.",