Commit Graph

34 Commits

Author SHA1 Message Date
af218ee9d5 fix: update Dockerfile to use Node.js 20 Alpine and correct commit SHA in .env.local; enhance nightly and release workflows with Docker Hub description and caching improvements 2025-07-10 23:19:04 +00:00
20317afa74 feat: implement cache management system with statistics and clearing functionality 2025-07-10 20:51:22 +00:00
3c13c13143 feat: add song recommendations component with loading state and shuffle functionality 2025-07-10 19:55:02 +00:00
98f5198a20 feat: implement settings management component with import/export functionality 2025-07-10 19:26:32 +00:00
da58c49e6e fix: update layout settings and remove unused SidebarLayoutSettings component 2025-07-10 18:33:58 +00:00
3734f67100 feat: integrate dnd-kit for sidebar customization and reordering functionality
- Added dnd-kit dependencies to package.json and pnpm-lock.yaml.
- Implemented SidebarCustomization component using dnd-kit for drag-and-drop reordering of sidebar items.
- Created SortableItem component for individual sidebar items with visibility toggle.
- Enhanced SidebarCustomizer component with drag-and-drop support using react-beautiful-dnd.
- Updated sidebar-new component to include dynamic shortcuts for recently played albums and playlists.
- Improved user experience with import/export settings functionality and toast notifications.
2025-07-10 17:46:59 +00:00
5653460e06 feat: implement recently played albums and sidebar shortcut preferences 2025-07-10 16:35:11 +00:00
53bbbe1801 fix: update NEXT_PUBLIC_COMMIT_SHA and remove unused qualities from next.config.mjs; add empty chart component 2025-07-09 20:40:31 +00:00
c1541e6a12 fix: update NEXT_PUBLIC_COMMIT_SHA and improve layout for Album and Menu components 2025-07-06 00:53:17 +00:00
a8311fb4ef fix: update NEXT_PUBLIC_COMMIT_SHA and enhance layout for various pages 2025-07-03 17:03:43 +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
f25b4dcac1 fix: update NEXT_PUBLIC_COMMIT_SHA in .env.local and add suppressHydrationWarning to html tag 2025-07-03 03:48:09 +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
a29c19c6aa feat: add PWA shortcuts for music playback actions and update loading skeletons 2025-07-03 00:06:47 +00:00
a00bf3e365 Refactor code structure for improved readability and maintainability 2025-07-02 23:49:27 +00:00
b668c1b6fb Refactor code structure for improved readability and maintainability 2025-07-02 23:06:49 +00:00
49a8ff90f9 feat: update NEXT_PUBLIC_COMMIT_SHA to reflect latest commit 2025-07-02 16:52:31 +00:00
646f722ce1 feat: enhance Ihateserverside component with client-side hydration and sidebar functionality 2025-07-02 16:33:14 +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
dd1a5b1115 feat: update commit SHA and remove unused connection status display from Menu component 2025-07-02 04:33:08 +00:00
8486cd195f feat: update commit SHA, enhance AudioPlayer and FullScreenPlayer components with improved layout and functionality, and add context menu support 2025-07-02 00:55:55 +00:00
707960b088 feat: update commit SHA, enhance audio player and full screen player with favorite functionality, and update various components to support starred tracks 2025-07-02 00:37:01 +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
0cb4f23f12 feat: update commit SHA, enhance artist and album components with improved layout and functionality, and update favorites page to display artist cover art 2025-07-01 22:48:48 +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
bc159ac20a feat: enhance artist page with popular songs and artist bio sections, update Last.fm API integration 2025-07-01 17:45:39 +00:00
bd764fd9e1 feat: update onboarding logic, enhance Navidrome connection checks, and improve WhatsNewPopup functionality 2025-07-01 17:04:42 +00:00
f0f3d5adb1 feat: update NEXT_PUBLIC_COMMIT_SHA and add WhatsNewPopup component with changelog functionality 2025-07-01 15:59:31 +00:00
f721213c4a feat: add standalone Last.fm integration and settings management
- Implemented standalone Last.fm integration in the settings page.
- Added functionality to manage Last.fm credentials, including API key and secret.
- Introduced sidebar settings for toggling between expanded and collapsed views.
- Enhanced the Navidrome API with new methods for fetching starred items and album songs.
- Created a new Favorites page to display starred albums, songs, and artists with play and toggle favorite options.
- Added a Badge component for UI consistency across the application.
2025-07-01 15:19:17 +00:00
a4662a348a feat: shuffle icon on AudioPlayer, New Home Screen 2025-06-26 22:17:39 +00:00
e88d8b226e feat: update NEXT_PUBLIC_COMMIT_SHA and enhance MusicPage styling with improved layout and dimensions 2025-06-26 14:22:15 -05:00
e43dbbfd7e feat: update NEXT_PUBLIC_COMMIT_SHA and enhance MusicPage with user greeting and recent albums display 2025-06-26 13:04:11 -05:00
b6ea2fc30d feat: update NEXT_PUBLIC_COMMIT_SHA and improve component layouts for better styling and functionality 2025-06-25 22:45:10 -05:00
a17a8bff4e feat: add commit SHA handling for development environment and update menu layout 2025-06-25 20:07:57 -05:00