Commit Graph

13 Commits

Author SHA1 Message Date
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