Commit Graph

6 Commits

Author SHA1 Message Date
7b622cb1ec feat: add Tooltip component and related hooks for improved UI interactions
- Implemented Tooltip component using Radix UI for better accessibility and customization.
- Created TooltipProvider, TooltipTrigger, and TooltipContent for modular usage.
- Added useIsMobile hook to detect mobile devices based on screen width.
- Updated themes with new color variables for better design consistency across the application.
2025-07-03 15:34:53 +00:00
579eb740c0 chore: update Tailwind CSS from 3.4.15, to 4.1.11
- Changed the PostCSS configuration to use '@tailwindcss/postcss' instead of 'tailwindcss'.
- Deleted the Tailwind configuration file as it is no longer needed.
2025-07-03 02:53:19 +00:00
4499bdf147 feat: update commit SHA, enhance UI components with improved layouts and functionality, and refine Favorites page with new features 2025-07-01 23:33:40 +00:00
87a2f06053 feat: update commit SHA, enhance artist page with new layout and favorite functionality, improve settings page with first-time setup option 2025-07-01 21:52:36 +00:00
779ed06e35 feat: add listening history page with grouped track display and clear history functionality
- Implemented HistoryPage component to display user's listening history.
- Tracks are grouped by date and displayed with play and add to queue options.
- Added clear history functionality with confirmation dialog.
- Created AlertDialog component for consistent alert dialog UI.
2025-06-23 20:00:56 -05:00
717155ea22 s 2025-06-19 02:09:24 +00:00