Refactor backend CORS settings to include default origins and improve error handling in chat services: Introduce dynamic CORS origin handling, enhance RabbitMQ message sending with fallback mechanisms, and update WebSocket service to manage pending messages. Update UI components for better accessibility and responsiveness, including adjustments to dialog and navigation elements. Enhance styling for improved user experience across various components.

This commit is contained in:
Torsten Schulz (local)
2026-03-19 14:44:04 +01:00
parent 4442937ebd
commit 9d44a265ca
67 changed files with 5426 additions and 1099 deletions

View File

@@ -497,6 +497,7 @@
"gifts": "Werbegeschenke",
"sendGift": "Werbegeschenk senden",
"cancel": "Werbung abbrechen",
"cancelConfirm": "Willst du die Werbung wirklich abbrechen? Der Fortschritt geht dabei verloren.",
"cancelSuccess": "Die Werbung wurde abgebrochen.",
"cancelError": "Die Werbung konnte nicht abgebrochen werden.",
"cancelTooSoon": "Du kannst die Werbung erst nach 24 Stunden abbrechen.",

View File

@@ -451,6 +451,7 @@
"spouse": {
"wooing": {
"cancel": "Cancel wooing",
"cancelConfirm": "Do you really want to cancel wooing? Progress will be lost.",
"cancelSuccess": "Wooing has been cancelled.",
"cancelError": "Wooing could not be cancelled.",
"cancelTooSoon": "You can only cancel wooing after 24 hours."

View File

@@ -481,6 +481,7 @@
"gifts": "Regalos de cortejo",
"sendGift": "Enviar regalo",
"cancel": "Cancelar el cortejo",
"cancelConfirm": "¿Seguro que quieres cancelar el cortejo? Se perderá el progreso.",
"cancelSuccess": "El cortejo se ha cancelado.",
"cancelError": "No se pudo cancelar el cortejo.",
"cancelTooSoon": "Solo puedes cancelar el cortejo después de 24 horas.",