Commit graph

19 commits

Author SHA1 Message Date
jeffvli
5ddd0872ef Adjust various styles 2023-01-30 01:36:36 -08:00
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
Jeff
44a4b88809
Migrate to mantine v6 (#15)
* Add letter spacing to cell text

* Set window control height in px

* Add temp unused routes

* Migrate text title font weights

* Bump mantine to v6 alpha

* Migrate modals / notifications

* Increase header bar to 65px

* Adjust play button props

* Migrate various components

* Migrate various pages and root styles

* Adjust default badge padding

* Fix sidebar spacing

* Fix list header badges

* Adjust default theme
2023-01-28 20:46:07 -08:00
jeffvli
67523f1e7b Adjust spacing between sections 2023-01-15 16:16:13 -08:00
jeffvli
6bdf0736ec Add genres to album detail page 2023-01-13 14:07:57 -08:00
jeffvli
45aef104fe Update album artist base route 2023-01-12 12:45:44 -08:00
jeffvli
0e2678575a Add favorite functionality to album detail 2023-01-08 01:45:56 -08:00
jeffvli
02ed9b7a5c Move ag-grid header margin to specific components 2023-01-07 23:37:33 -08:00
jeffvli
7d8cb0bb45 Refactor context menu handler into hook 2023-01-07 18:16:19 -08:00
jeffvli
5889b8976c Force header bg color in detail lists 2023-01-06 23:34:31 -08:00
jeffvli
b569ec31ae Move common table functions into base component 2023-01-06 17:59:02 -08:00
jeffvli
4d0620c5df Update misc on detail pages 2023-01-06 13:50:40 -08:00
jeffvli
4c275ea878 Add sticky table header to detail pages 2023-01-06 11:46:17 -08:00
jeffvli
d1dfbaedaa Move LibraryItem type 2023-01-05 21:59:07 -08:00
jeffvli
3070586104 Improve default table column/header defaults 2023-01-05 20:33:12 -08:00
jeffvli
4326f6cf91 Various cleanup 2023-01-02 02:05:30 -08:00
jeffvli
aa1cd742ad Move play queue handler to context 2022-12-31 19:26:58 -08:00
jeffvli
73fd57cf33 Remove unused 2022-12-29 19:25:37 -08:00
jeffvli
1d82c84c9e Add initial album detail page 2022-12-29 18:45:01 -08:00