-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: manage subscriptions/playlists (#20)
* feat: implement subscription endpoints * feat(ui): pass the userData object into the renderers * feat(ui): subscribe buttons * feat(api): add playlist related endpoints * chore: tidy up LightTubeApi.kt * feat: remember current user * feat(api): implement updatePlaylist endpoint * fix(api): re-add getLibraryPlaylists * feat: ability to edit/delete playlists * feat: move the playlist dialog to utils * feat: create playlist button * feat: go back after deleting a playlist * chore: cleanup * feat: ability to add videos to playlists * feat: ability to remove videos from playlists * fix: delete playlist showing up on all playlists * fix: change padding a real small amount again
- Loading branch information
Showing
50 changed files
with
1,306 additions
and
91 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.