mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-10 22:32:16 +02:00
- Eliminated the Inbox component and its related logic from FreeLayoutDataProvider and LayoutDataProvider. - Introduced NotificationsDropdown to handle notifications in the sidebar and mobile sidebar. - Updated Sidebar and LayoutShell components to accommodate the new notifications structure, enhancing user experience and code clarity.
13 lines
724 B
TypeScript
13 lines
724 B
TypeScript
export { AllChatsWorkspaceContent } from "./AllChatsSidebar";
|
|
export { ChatListItem } from "./ChatListItem";
|
|
export { CreditBalanceDisplay } from "./CreditBalanceDisplay";
|
|
export { DocumentsSidebar } from "./DocumentsSidebar";
|
|
export { MobileSidebar, MobileSidebarTrigger } from "./MobileSidebar";
|
|
export { NavSection } from "./NavSection";
|
|
export { NotificationsDropdown } from "./NotificationsDropdown";
|
|
export { PlaygroundSidebar } from "./PlaygroundSidebar";
|
|
export { Sidebar } from "./Sidebar";
|
|
export { SidebarCollapseButton } from "./SidebarCollapseButton";
|
|
export { SidebarHeader } from "./SidebarHeader";
|
|
export { SidebarSection } from "./SidebarSection";
|
|
export { SidebarUserProfile } from "./SidebarUserProfile";
|