mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
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
This commit is contained in:
parent
be39c2bc1f
commit
59f4f43e84
23 changed files with 1120 additions and 982 deletions
16
package.json
16
package.json
|
|
@ -254,14 +254,14 @@
|
|||
"@ag-grid-community/react": "^28.2.1",
|
||||
"@ag-grid-community/styles": "^28.2.1",
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@mantine/core": "^6.0.0-alpha.0",
|
||||
"@mantine/dates": "^6.0.0-alpha.0",
|
||||
"@mantine/dropzone": "^6.0.0-alpha.0",
|
||||
"@mantine/form": "^6.0.0-alpha.0",
|
||||
"@mantine/hooks": "^6.0.0-alpha.0",
|
||||
"@mantine/modals": "^6.0.0-alpha.0",
|
||||
"@mantine/notifications": "^6.0.0-alpha.0",
|
||||
"@mantine/utils": "^6.0.0-alpha.0",
|
||||
"@mantine/core": "^6.0.0-alpha.2",
|
||||
"@mantine/dates": "^6.0.0-alpha.2",
|
||||
"@mantine/dropzone": "^6.0.0-alpha.2",
|
||||
"@mantine/form": "^6.0.0-alpha.2",
|
||||
"@mantine/hooks": "^6.0.0-alpha.2",
|
||||
"@mantine/modals": "^6.0.0-alpha.2",
|
||||
"@mantine/notifications": "^6.0.0-alpha.2",
|
||||
"@mantine/utils": "^6.0.0-alpha.2",
|
||||
"@tanstack/react-query": "^4.16.1",
|
||||
"@tanstack/react-query-devtools": "^4.16.1",
|
||||
"@tanstack/react-virtual": "^3.0.0-beta.39",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue