SurfSense/surfsense_web/components/layout/ui/sidebar
Anish Sarkar 36f1d28632 feat: implement infinite scroll and pagination for inbox items
- Enhanced the inbox functionality by adding infinite scroll support in the InboxSidebar, allowing users to load more items seamlessly as they scroll.
- Updated the useInbox hook to manage pagination, including loading states and item counts, improving performance with large datasets.
- Introduced new props in InboxSidebar for loading more items, handling loading states, and indicating if more items are available.
- Refactored the LayoutDataProvider to accommodate the new inbox loading logic, ensuring a smooth user experience.
2026-01-22 11:27:45 +05:30
..
AllPrivateChatsSidebar.tsx fix: update sidebar components for consistent styling and improved unread item display 2026-01-21 22:22:28 +05:30
AllSharedChatsSidebar.tsx fix: update sidebar components for consistent styling and improved unread item display 2026-01-21 22:22:28 +05:30
ChatListItem.tsx fix: always show the 3-dot and the folder in mobile view 2026-01-22 04:27:34 +05:30
InboxSidebar.tsx feat: implement infinite scroll and pagination for inbox items 2026-01-22 11:27:45 +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 fix: always show the 3-dot and the folder in mobile view 2026-01-22 04:27:34 +05:30
SidebarUserProfile.tsx chore: frontend linting 2026-01-20 20:47:31 +05:30