SurfSense/surfsense_web/components/layout/ui/sidebar
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
..
AllPrivateChatsSidebar.tsx feat: add archived column to notifications and implement archiving functionality 2026-01-21 20:34:58 +05:30
AllSharedChatsSidebar.tsx feat: add archived column to notifications and implement archiving functionality 2026-01-21 20:34:58 +05:30
ChatListItem.tsx feat: add new layout system (Slack/ClickUp inspired) 2026-01-08 19:10:40 +02:00
InboxSidebar.tsx feat: add archived column to notifications and implement archiving functionality 2026-01-21 20:34:58 +05:30
index.ts feat: implement inbox sidebar for enhanced user notifications 2026-01-21 19:43:20 +05:30
MobileSidebar.tsx feat: shifted the theme selection to user profile sidebar 2026-01-20 16:04:56 +05:30
NavSection.tsx feat: implement inbox sidebar for enhanced user notifications 2026-01-21 19:43:20 +05:30
PageUsageDisplay.tsx feat: add new layout system (Slack/ClickUp inspired) 2026-01-08 19:10:40 +02:00
Sidebar.tsx feat: shifted the theme selection to user profile sidebar 2026-01-20 16:04:56 +05:30
SidebarCollapseButton.tsx feat: add new layout system (Slack/ClickUp inspired) 2026-01-08 19:10:40 +02:00
SidebarHeader.tsx Remove all search spaces sheet and dropdown option 2026-01-13 00:49:27 +02:00
SidebarSection.tsx Reapply "Merge pull request #686 from AnishSarkar22/feat/replace-logs" 2026-01-16 11:32:06 -08:00
SidebarUserProfile.tsx chore: frontend linting 2026-01-20 20:47:31 +05:30