Torsten Schulz (local)
|
9d44a265ca
|
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.
|
2026-03-19 14:44:04 +01:00 |
|
Torsten Schulz (local)
|
fd41a53404
|
Implement password prompt UI and logic in MultiChatDialog: Add a password entry panel with validation and error handling for room access. Update i18n files for localized password prompts in English, German, and Spanish.
|
2026-03-04 23:34:55 +01:00 |
|
Torsten Schulz (local)
|
a48e907e50
|
Add password protection feature in MultiChatDialog: Implement room password management, including prompts for password entry and error handling for invalid passwords. Update i18n files with localized messages for password prompts in English, German, and Spanish.
|
2026-03-04 23:32:32 +01:00 |
|
Torsten Schulz (local)
|
a117bad342
|
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.
|
2026-03-04 23:28:54 +01:00 |
|
Torsten Schulz (local)
|
190cf626f9
|
Add functionality for managing user-owned chat rooms: Implement getOwnRooms and deleteOwnRoom methods in ChatController and ChatService, add corresponding API routes in chatRouter, and enhance MultiChatDialog for displaying and deleting owned rooms with localized messages. Update i18n files for new features.
|
2026-03-04 23:22:16 +01:00 |
|
Torsten Schulz (local)
|
2bc34acacf
|
Add room creation options endpoint and integrate with chat UI: Implement getRoomCreateOptions in ChatController and ChatService, add corresponding API route, and enhance MultiChatDialog for room creation with localized labels and validation. Update i18n files for new room creation features.
|
2026-03-04 23:12:54 +01:00 |
|
Torsten Schulz (local)
|
b07099b57d
|
Refactor code structure for improved readability and maintainability
|
2026-02-09 16:50:25 +01:00 |
|
Torsten Schulz (local)
|
9c91d99bed
|
Add Spanish locale files and initial translations
|
2026-02-09 15:55:04 +01:00 |
|