SurfSense/surfsense_web/components/layout
Anish Sarkar 22b2d6e400 feat: add archived column to notifications and implement archiving functionality
- Introduced an archived boolean column in the notifications table to allow users to archive inbox items without deletion.
- Updated Notification model to include the archived field with default value.
- Added ArchiveRequest and ArchiveResponse models for handling archive/unarchive operations.
- Implemented API endpoint to archive or unarchive notifications, ensuring real-time updates with Electric SQL.
- Enhanced InboxSidebar to filter and display archived notifications appropriately.
2026-01-21 20:34:58 +05:30
..
hooks feat: add new layout system (Slack/ClickUp inspired) 2026-01-08 19:10:40 +02:00
providers feat: implement inbox sidebar for enhanced user notifications 2026-01-21 19:43:20 +05:30
types show user avatar in sidebar when available 2026-01-14 15:22:24 +02:00
ui feat: add archived column to notifications and implement archiving functionality 2026-01-21 20:34:58 +05:30
index.ts Merge branch 'dev' into implement-surfsense-docs-mentions 2026-01-13 00:55:16 -08:00