MeetUp/src/components
SomeCodecat a6f74e0c22 feat: add Radix UI components and implement sidebar functionality
- Added new Radix UI components: Dialog, Tooltip, Separator, and updated existing components.
- Introduced a Sidebar component with collapsible functionality and mobile responsiveness.
- Implemented a custom hook `useIsMobile` to manage mobile state.
- Updated package dependencies in package.json and yarn.lock for new components.
- Created utility components such as Button, Skeleton, and Input for consistent styling.

feat: add AppSidebar component with collapsible functionality and sidebar menu

- Introduced AppSidebar component for a customizable sidebar layout.
- Implemented collapsible sections using Radix UI's Collapsible component.
- Added sidebar menu items with icons and links for navigation.
- Created Sidebar UI components including SidebarHeader, SidebarFooter, and SidebarMenu.
- Integrated ThemePicker for theme selection within the sidebar.
- Updated sidebar styles and layout for better responsiveness.

chore: add @radix-ui/react-collapsible dependency

- Added @radix-ui/react-collapsible package to manage collapsible UI elements.
2025-06-25 12:08:19 +02:00
..
buttons refactor: organized component folder structure 2025-06-18 22:25:27 +02:00
custom-ui feat: add Radix UI components and implement sidebar functionality 2025-06-25 12:08:19 +02:00
forms feat(api): upgrade zod to v4 and implement api docs and client generation 2025-06-20 13:59:43 +02:00
misc feat: add Radix UI components and implement sidebar functionality 2025-06-25 12:08:19 +02:00
ui feat: add Radix UI components and implement sidebar functionality 2025-06-25 12:08:19 +02:00
wrappers feat: add Radix UI components and implement sidebar functionality 2025-06-25 12:08:19 +02:00
query-provider.tsx feat(api): upgrade zod to v4 and implement api docs and client generation 2025-06-20 13:59:43 +02:00