Enhance room creation tracking in MultiChatDialog: Implement logic to confirm room creation success, manage pending room creation attempts, and clear tracking on dialog close. Update i18n files with new localized messages for room creation status.

This commit is contained in:
Torsten Schulz (local)
2026-03-04 23:28:54 +01:00
parent 190cf626f9
commit a117bad342
4 changed files with 68 additions and 3 deletions

View File

@@ -85,7 +85,9 @@
"noConnection": "Keine Verbindung zum Chat-Server.",
"invalidForm": "Bitte Eingaben im Raum-Formular korrigieren.",
"roomNameMissing": "Bitte einen Raumnamen angeben.",
"sent": "Raum-Erstellung gesendet: {command}"
"sent": "Raum-Erstellung gesendet: {command}",
"created": "Raum \"{room}\" wurde erfolgreich erstellt.",
"createNotConfirmed": "Raum \"{room}\" wurde noch nicht bestätigt. Bitte Raumliste prüfen."
},
"ownedRooms": {
"title": "Meine erstellten Räume",

View File

@@ -85,7 +85,9 @@
"noConnection": "No connection to chat server.",
"invalidForm": "Please correct the room form inputs.",
"roomNameMissing": "Please enter a room name.",
"sent": "Room creation sent: {command}"
"sent": "Room creation sent: {command}",
"created": "Room \"{room}\" was created successfully.",
"createNotConfirmed": "Room \"{room}\" is not confirmed yet. Please check room list."
},
"ownedRooms": {
"title": "My created rooms",

View File

@@ -84,7 +84,9 @@
"noConnection": "Sin conexión con el servidor de chat.",
"invalidForm": "Corrige los datos del formulario de sala.",
"roomNameMissing": "Introduce un nombre de sala.",
"sent": "Creación de sala enviada: {command}"
"sent": "Creación de sala enviada: {command}",
"created": "La sala \"{room}\" se ha creado correctamente.",
"createNotConfirmed": "La sala \"{room}\" aún no está confirmada. Revisa la lista de salas."
},
"ownedRooms": {
"title": "Mis salas creadas",