mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
- 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. |
||
|---|---|---|
| .. | ||
| AllPrivateChatsSidebar.tsx | ||
| AllSharedChatsSidebar.tsx | ||
| ChatListItem.tsx | ||
| InboxSidebar.tsx | ||
| index.ts | ||
| MobileSidebar.tsx | ||
| NavSection.tsx | ||
| PageUsageDisplay.tsx | ||
| Sidebar.tsx | ||
| SidebarCollapseButton.tsx | ||
| SidebarHeader.tsx | ||
| SidebarSection.tsx | ||
| SidebarUserProfile.tsx | ||