SurfSense/surfsense_web/components/layout/ui/sidebar
Anish Sarkar a51fe2ee69 feat: implement chat archiving functionality in LayoutDataProvider
- Added the ability to archive and unarchive chat threads, enhancing user interaction with chat items.
- Introduced a new `handleChatArchive` function to manage the archiving state and provide user feedback via toast notifications.
- Updated the `ChatItem` type to include an `archived` property for tracking the archive status.
- Modified relevant components to support the new archiving feature, including `ChatListItem`, `Sidebar`, and `MobileSidebar`.
2026-01-24 15:17:35 +05:30
..
AllPrivateChatsSidebar.tsx fix: change animation from spring to tween for sliding 2026-01-23 04:56:15 +05:30
AllSharedChatsSidebar.tsx fix: change animation from spring to tween for sliding 2026-01-23 04:56:15 +05:30
ChatListItem.tsx feat: implement chat archiving functionality in LayoutDataProvider 2026-01-24 15:17:35 +05:30
InboxSidebar.tsx feat: enhance indexing state management and inbox count formatting 2026-01-24 01:20:51 +05:30
index.ts feat: implement inbox sidebar for enhanced user notifications 2026-01-21 19:43:20 +05:30
MobileSidebar.tsx feat: implement chat archiving functionality in LayoutDataProvider 2026-01-24 15:17:35 +05:30
NavSection.tsx feat: enhance indexing state management and inbox count formatting 2026-01-24 01:20:51 +05:30
PageUsageDisplay.tsx feat: add new layout system (Slack/ClickUp inspired) 2026-01-08 19:10:40 +02:00
Sidebar.tsx feat: implement chat archiving functionality in LayoutDataProvider 2026-01-24 15:17:35 +05:30
SidebarCollapseButton.tsx feat: add new layout system (Slack/ClickUp inspired) 2026-01-08 19:10:40 +02:00
SidebarHeader.tsx feat: implement chat archiving functionality in LayoutDataProvider 2026-01-24 15:17:35 +05:30
SidebarSection.tsx fix: always show the 3-dot and the folder in mobile view 2026-01-22 04:27:34 +05:30
SidebarUserProfile.tsx refactor: remove unused COMPOSIO_CONNECTOR migration and linting 2026-01-22 16:43:08 -08:00