feat: Enhance sidebar functionality and favorite albums feature
- Updated GitHub workflows to include additional metadata in labels for Docker images. - Modified Dockerfile to copy README.md into the app directory for documentation purposes. - Added favorite albums functionality in the album page, allowing users to mark albums as favorites. - Improved AudioPlayer component to save playback position more frequently. - Refactored sidebar component to include a favorites section and improved navigation. - Introduced useFavoriteAlbums hook to manage favorite albums state and local storage. - Updated settings page to allow users to toggle sidebar visibility.
This commit is contained in:
@@ -16,6 +16,9 @@ RUN pnpm install
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
# Copy README.md to the app directory for documentation
|
||||
COPY README.md /app/
|
||||
|
||||
# Set environment variable placeholders during build
|
||||
# These will be replaced at runtime with actual values
|
||||
ENV NEXT_PUBLIC_NAVIDROME_URL=NEXT_PUBLIC_NAVIDROME_URL
|
||||
|
||||
Reference in New Issue
Block a user