feishin/src/renderer/features/context-menu
Jeff 59f4f43e84
Add ability to add/remove songs from playlist (#17)
* Add api for add/remove playlist items

* Add playlistItemId property to normalized Song

- This is used for Navidrome to delete songs from playlists

* Add mutations for add/remove from playlist

* Add context modal for playlist add

* Add remove from playlist from context menu

* Set jellyfin to use playlistItemId

* Adjust font sizing

* Add playlist add from detail pages

* Bump mantine to v6-alpha.2
2023-01-29 18:40:26 -08:00
..
hooks Add ability to add/remove songs from playlist (#17) 2023-01-29 18:40:26 -08:00
context-menu-items.tsx Add ability to add/remove songs from playlist (#17) 2023-01-29 18:40:26 -08:00
context-menu-provider.tsx Add ability to add/remove songs from playlist (#17) 2023-01-29 18:40:26 -08:00
events.ts Add ability to add/remove songs from playlist (#17) 2023-01-29 18:40:26 -08:00
index.tsx Refactor context menu handler into hook 2023-01-07 18:16:19 -08:00