diff --git a/bun.lockb b/bun.lockb index 843f8a1..7169eee 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/modals/drawer-content.vue b/components/modals/drawer-content.vue new file mode 100644 index 0000000..155b268 --- /dev/null +++ b/components/modals/drawer-content.vue @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/components/navigation/mobile-navbar.vue b/components/navigation/mobile-navbar.vue new file mode 100644 index 0000000..adf1c22 --- /dev/null +++ b/components/navigation/mobile-navbar.vue @@ -0,0 +1,31 @@ + + + \ No newline at end of file diff --git a/components/navigation/timelines.vue b/components/navigation/timelines.vue new file mode 100644 index 0000000..d8dd585 --- /dev/null +++ b/components/navigation/timelines.vue @@ -0,0 +1,55 @@ + + + \ No newline at end of file diff --git a/components/sidebars/account-switcher.vue b/components/sidebars/account-switcher.vue index a4f9a6c..71760af 100644 --- a/components/sidebars/account-switcher.vue +++ b/components/sidebars/account-switcher.vue @@ -1,31 +1,54 @@ + + diff --git a/components/ui/drawer/DrawerContent.vue b/components/ui/drawer/DrawerContent.vue new file mode 100644 index 0000000..bea29b9 --- /dev/null +++ b/components/ui/drawer/DrawerContent.vue @@ -0,0 +1,30 @@ + + + diff --git a/components/ui/drawer/DrawerDescription.vue b/components/ui/drawer/DrawerDescription.vue new file mode 100644 index 0000000..191dedd --- /dev/null +++ b/components/ui/drawer/DrawerDescription.vue @@ -0,0 +1,22 @@ + + + diff --git a/components/ui/drawer/DrawerFooter.vue b/components/ui/drawer/DrawerFooter.vue new file mode 100644 index 0000000..c744209 --- /dev/null +++ b/components/ui/drawer/DrawerFooter.vue @@ -0,0 +1,14 @@ + + + diff --git a/components/ui/drawer/DrawerHeader.vue b/components/ui/drawer/DrawerHeader.vue new file mode 100644 index 0000000..c260400 --- /dev/null +++ b/components/ui/drawer/DrawerHeader.vue @@ -0,0 +1,14 @@ + + + diff --git a/components/ui/drawer/DrawerOverlay.vue b/components/ui/drawer/DrawerOverlay.vue new file mode 100644 index 0000000..3ff11d1 --- /dev/null +++ b/components/ui/drawer/DrawerOverlay.vue @@ -0,0 +1,20 @@ + + + diff --git a/components/ui/drawer/DrawerTitle.vue b/components/ui/drawer/DrawerTitle.vue new file mode 100644 index 0000000..823d158 --- /dev/null +++ b/components/ui/drawer/DrawerTitle.vue @@ -0,0 +1,22 @@ + + + diff --git a/components/ui/drawer/index.ts b/components/ui/drawer/index.ts new file mode 100644 index 0000000..0677d32 --- /dev/null +++ b/components/ui/drawer/index.ts @@ -0,0 +1,8 @@ +export { default as Drawer } from "./Drawer.vue"; +export { default as DrawerContent } from "./DrawerContent.vue"; +export { default as DrawerDescription } from "./DrawerDescription.vue"; +export { default as DrawerFooter } from "./DrawerFooter.vue"; +export { default as DrawerHeader } from "./DrawerHeader.vue"; +export { default as DrawerOverlay } from "./DrawerOverlay.vue"; +export { default as DrawerTitle } from "./DrawerTitle.vue"; +export { DrawerClose, DrawerPortal, DrawerTrigger } from "vaul-vue"; diff --git a/layouts/app.vue b/layouts/app.vue index cd02382..a4fd1f2 100644 --- a/layouts/app.vue +++ b/layouts/app.vue @@ -16,12 +16,14 @@ +