mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
feat: add new layout system (Slack/ClickUp inspired)
This commit is contained in:
parent
2fd38615e8
commit
a919f8d9ee
28 changed files with 3059 additions and 0 deletions
30
surfsense_web/components/layout/index.ts
Normal file
30
surfsense_web/components/layout/index.ts
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
export { useSidebarState } from "./hooks";
|
||||
export { LayoutDataProvider } from "./providers";
|
||||
export type {
|
||||
ChatItem,
|
||||
IconRailProps,
|
||||
NavItem,
|
||||
NoteItem,
|
||||
PageUsage,
|
||||
SidebarSectionProps,
|
||||
User,
|
||||
Workspace,
|
||||
} from "./types/layout.types";
|
||||
export {
|
||||
ChatListItem,
|
||||
Header,
|
||||
IconRail,
|
||||
LayoutShell,
|
||||
MobileSidebar,
|
||||
MobileSidebarTrigger,
|
||||
NavIcon,
|
||||
NavSection,
|
||||
NoteListItem,
|
||||
PageUsageDisplay,
|
||||
Sidebar,
|
||||
SidebarCollapseButton,
|
||||
SidebarHeader,
|
||||
SidebarSection,
|
||||
SidebarUserProfile,
|
||||
WorkspaceAvatar,
|
||||
} from "./ui";
|
||||
Loading…
Add table
Add a link
Reference in a new issue