Commit Graph

6 Commits

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