mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-12 22:42:13 +02:00
- Introduced PlaygroundLayoutShell component for managing the layout and navigation of the API Playground. - Added PlaygroundLayout component to handle workspace-specific rendering. - Removed PlaygroundSidebar and related state management to simplify the UI and enhance mobile responsiveness. - Updated LayoutDataProvider and LayoutShell components to reflect the new Playground structure.
12 lines
667 B
TypeScript
12 lines
667 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 { Sidebar } from "./Sidebar";
|
|
export { SidebarCollapseButton } from "./SidebarCollapseButton";
|
|
export { SidebarHeader } from "./SidebarHeader";
|
|
export { SidebarSection } from "./SidebarSection";
|
|
export { SidebarUserProfile } from "./SidebarUserProfile";
|