MeetUp/src/components/ui
Maximilian Liebmann 1d9ab84047 feat: enhance header with notification buttons and user dropdown
- Updated header component to include notification buttons with icons.
- Introduced a new NavUser component for user-related actions in the sidebar.
- Added NotificationDot component for visual notification indicators.
- Created UserCard component to display user information.
- Implemented UserDropdown for user settings and logout functionality.
- Added Avatar component for user images with fallback support.
- Refactored Sheet and Tooltip components for consistency and improved styling.
- Introduced QueryProvider for managing React Query context.
- Updated SidebarProvider to use custom sidebar implementation.
- Enhanced mobile detection hook for better responsiveness.
- Updated dependencies in yarn.lock for new features and fixes.

feat: remove dot
2025-06-25 12:08:19 +02:00
..
avatar.tsx feat: enhance header with notification buttons and user dropdown 2025-06-25 12:08:19 +02:00
button.tsx refactor: organized component folder structure 2025-06-18 22:25:27 +02:00
card.tsx refactor(ui): enhance component className structure for better readability and maintainability 2025-06-05 18:17:38 +02:00
collapsible.tsx feat: add Radix UI components and implement sidebar functionality 2025-06-25 12:08:19 +02:00
dropdown-menu.tsx refactor(ui): enhance component className structure for better readability and maintainability 2025-06-05 18:17:38 +02:00
hover-card.tsx refactor(ui): enhance component className structure for better readability and maintainability 2025-06-05 18:17:38 +02:00
input.tsx refactor(ui): enhance component className structure for better readability and maintainability 2025-06-05 18:17:38 +02:00
label.tsx refactor(ui): enhance component className structure for better readability and maintainability 2025-06-05 18:17:38 +02:00
select.tsx refactor(ui): enhance component className structure for better readability and maintainability 2025-06-05 18:17:38 +02:00
separator.tsx feat: add Radix UI components and implement sidebar functionality 2025-06-25 12:08:19 +02:00
sheet.tsx feat: enhance header with notification buttons and user dropdown 2025-06-25 12:08:19 +02:00
skeleton.tsx feat: enhance header with notification buttons and user dropdown 2025-06-25 12:08:19 +02:00
switch.tsx refactor(ui): enhance component className structure for better readability and maintainability 2025-06-05 18:17:38 +02:00
tabs.tsx refactor(ui): enhance component className structure for better readability and maintainability 2025-06-05 18:17:38 +02:00
tooltip.tsx feat: enhance header with notification buttons and user dropdown 2025-06-25 12:08:19 +02:00