Commit Graph

27 Commits

Author SHA1 Message Date
a93bacdcf7 refactor(chat): improve message bar and channel handling, add rights management 2025-06-11 19:48:31 +02:00
e46c716547 alert sounds 2025-06-10 14:35:03 +02:00
801003b101 docker 2025-06-10 13:16:44 +02:00
0b40da51e6 pwa 2025-06-09 15:28:57 +02:00
066e5463b2 enhance chat functionality with infinite scrolling and message retrieval improvements 2025-06-09 15:08:51 +02:00
4f94192857 limit markdown image size 2025-06-09 13:11:59 +02:00
1c5cb3eda8 markdown messages 2025-06-09 12:50:03 +02:00
288556165b update angular-material 2025-06-08 18:48:01 +02:00
3177c89087 upgrade to Angular 20 2025-06-08 18:46:31 +02:00
6703d17f7b limit notifications 2025-06-08 18:25:41 +02:00
645d3c2dc6 send notification only for new messages 2025-06-08 18:04:28 +02:00
f5c20a8d21 sidebar, user component 2025-06-08 17:30:22 +02:00
a393bd91ab user module init 2025-06-07 15:51:32 +02:00
6d690b5043 move chat data do chat component, notifications 2025-06-07 15:11:06 +02:00
ebbaf6716d feat: implement message bar and enhance chat functionality
- Added MessageBarComponent for sending messages.
- Integrated message sending logic in ChatService.
- Updated FeedComponent to scroll to the bottom on new messages.
- Improved layout and styling for chat components.
- Adjusted environment configuration for API base URL.
2025-06-07 02:42:59 +02:00
757e593373 messages 2025-06-06 16:17:10 +02:00
543dc2b9fb list channels 2025-06-05 14:34:53 +02:00
d8fd5028dd fix user cache 2025-06-05 03:47:45 +02:00
bdc86eb26c material theming 2025-06-05 03:18:56 +02:00
cdfa1da90a modular responses 2025-06-04 19:32:56 +02:00
185f713aeb feat: enhance chat module with material badge and user model, update channel entry component for alerts 2025-06-03 20:38:51 +02:00
ab46e2dd1e refactor: remove unused toolbar components and improve toast notifications
- Removed MatToolbar and MatIcon imports from app.component.ts and updated app.component.html.
- Reduced toast notification timeout from 3000ms to 1000ms in app.config.ts.
- Changed default redirect path from 'auth' to 'chat' in app.routes.ts.
- Added ToolbarComponent to AuthModule and ChatModule.
- Updated login and register components to include the toolbar.
- Simplified toast notifications in login and register components.
- Implemented chat service to manage channels and messages.
- Created message and profile picture components for chat feed.
- Enhanced channel list component to handle selected channels.
- Improved feed component to display messages based on selected channel.
2025-06-03 20:20:52 +02:00
9981c634ea channel list 2025-06-03 12:53:45 +02:00
9729d8a253 register 2025-06-02 19:12:18 +02:00
66fc33d44b login 2025-06-02 19:02:44 +02:00
9a0b5e2d51 remove demo, add material 2025-06-01 20:46:58 +02:00
870207f275 initial commit 2025-06-01 20:41:49 +02:00