Add persistent music player, music upload/delete, and book delete#23
Open
Domirando wants to merge 2 commits into
Open
Add persistent music player, music upload/delete, and book delete#23Domirando wants to merge 2 commits into
Domirando wants to merge 2 commits into
Conversation
- Add MusicPlayerContext to manage global audio playback state across page navigation - Add persistent bottom-bar MusicPlayer component that stays visible on all pages - Rebuild Music page with My Tracks and Upload tabs; remove Spotify integration - Add delete functionality for uploaded music tracks (removes from storage + DB) - Add delete functionality for uploaded books (removes from storage + DB) - Add trash icon button to each book in My Library tab
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… delete - Take origin/master's full implementation (Rust backend, R2 storage, JWT auth, Spotify SDK) - Integrate MusicPlayerContext for persistent bottom-bar audio player across page navigation - Own songs now feed into global player context — audio keeps playing when navigating away - Add delete button to each song in the Your Music section - Add MusicPlayerProvider wrap in App.jsx alongside JWT-based auth - Books delete already present in origin/master via api.deleteBook, add delete_btn style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's changed
Supabase setup required
Run this SQL in the Supabase SQL Editor to create the music table and bucket:
Also create a
musicstorage bucket in Supabase → Storage → New Bucket (set to public).