11 Commits

Author SHA1 Message Date
DGSoft
7d8e839dbe UI: Standardize header heights and sidebar padding - py-3 for all sidebars, py-0.5 for content headers 2025-12-14 13:20:01 +01:00
DGSoft
71bea0ae7d Wrap AuthProvider with ToastProvider so AuthContext can use useToast 2025-12-12 12:55:04 +01:00
DGSoft
fac9b2e4ac Add read-marker line in chat: store last-seen timestamps and render subtle horizontal line after last-read message (channels & DMs) 2025-12-12 12:53:52 +01:00
DGSoft
df394b3b7d Add 'read up to here' marker line in chat messages 2025-12-12 12:45:03 +01:00
DGSoft
f52fb50a39 Add session expiration handling with toast notification and auto-redirect to login 2025-12-12 12:39:34 +01:00
DGSoft
c7cfbad3d8 Remove online status display for own messages in chat components 2025-12-12 12:37:08 +01:00
DGSoft
cfd7068af5 feat: Add blinking envelope icons for unread messages
- Implement unread message indicators with Material-UI icons
- Add BlinkingEnvelope component with theme-compatible colors
- Create UnreadMessagesContext for managing unread states
- Integrate WebSocket message handling for real-time notifications
- Icons only appear for inactive channels/DMs, disappear when opened
- Add test functionality (double-click to mark as unread)
- Fix WebSocket URL handling for production deployment
- Unify WebSocket architecture using presence connection for all messages
2025-12-12 11:26:36 +01:00
DGSoft
a7ff948e7e Beta Release: Complete Kanban system with auto-save, route persistence, and UI improvements
- Added complete Kanban board functionality with drag-and-drop
- Implemented auto-save for Kanban card editing (no more edit button)
- Added route persistence to remember last visited page on reload
- Improved Kanban UI design with slimmer borders and compact layout
- Added checklist functionality for Kanban cards
- Enhanced file upload and direct messaging features
- Improved authentication and user management
- Added toast notifications system
- Various UI/UX improvements and bug fixes
2025-12-10 23:17:07 +01:00
DGSoft
5966b9b3f3 Disable Vite HMR for Production Environment
- Completely disable Hot Module Replacement in production
- HMR incompatible with reverse proxy setup
- Eliminates WebSocket connection errors in browser
- Cleaner production deployment without dev features
- No more 'failed to connect to websocket' messages
2025-12-10 18:52:01 +01:00
DGSoft
f755b1bac1 Fix Vite HMR WebSocket Connection Issue
- Disabled HMR in production environment to prevent WebSocket conflicts
- HMR not needed in reverse proxy setup with systemd service
- Eliminates 'failed to connect to websocket' errors in browser console
- Cleaner production deployment without development-specific features
2025-12-10 18:50:54 +01:00
DGSoft
93b98cfb5c Initial commit: Team Chat System with Code Snippet Library
- Complete chat application similar to Microsoft Teams
- Code snippet library with syntax highlighting
- Real-time messaging with WebSockets
- File upload with Office integration
- Department-based permissions
- Dark/Light theme support
- Production deployment with SSL/Reverse Proxy
- Docker containerization
- PostgreSQL database with SQLModel ORM
2025-12-09 22:25:03 +01:00