Commit Graph

13 Commits

Author SHA1 Message Date
abf29caacb feat: implement swipe gesture controls for mobile audio player and enhance theme color handling 2025-07-23 16:10:11 +00:00
463be90779 feat: enhance mobile audio player with initialization and styling improvements 2025-07-23 04:05:55 +00:00
c101ac79eb feat: implement bottom navigation for mobile and enhance audio player with media session support 2025-07-11 21:34:57 +00:00
14d5036e8b feat: enhance mobile experience with responsive audio player and navigation improvements 2025-07-11 20:47:56 +00:00
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
387b5af5c0 feat: update AudioPlayer track name animation and add infinite scroll effect in CSS 2025-07-02 16:45:44 +00:00
1c60db5fd7 feat: update commit SHA, remove unused dev.nix and vscode settings, and enhance package.json with new dependencies and scripts 2025-07-02 15:56:13 +00:00
99bccf4444 feat: expand theme options and update theme handling in ThemeProvider and layout 2025-06-25 18:27:38 -05:00
2c31d22e0e Refactor AudioPlayer component layout and styles for improved UI consistency 2025-06-19 19:28:11 +00:00
c954348ad1 Refactor code structure for improved readability and maintainability 2025-06-19 16:11:31 +00:00
d910ff1a93 Implement theme provider and settings page for customizable appearance 2025-06-19 03:57:19 +00:00
717155ea22 s 2025-06-19 02:09:24 +00:00