Commit graph

149 commits

Author SHA1 Message Date
jeffvli
6821735f65 Split key pagination in central handler 2023-07-20 01:55:49 -07:00
jeffvli
6dd9333dbb Update album list implementation 2023-07-20 00:41:13 -07:00
jeffvli
4029127018 Add fallback to line clamp in case of artist overflow 2023-07-20 00:41:04 -07:00
jeffvli
ece7fecc76 Highlight currently playing song on all song tables (#178) 2023-07-18 18:39:39 -07:00
jeffvli
f09227d963 Update album table view 2023-07-16 11:15:47 -07:00
jeffvli
734b632c6c Fix item size slider for grid on album list 2023-07-15 11:22:09 -07:00
Kyan
f74e02eb09
Add fix to hide the "More from this artist" carousel when it contains no albums (#173)
* Add fix to hide carousel with other albums
2023-07-15 11:13:56 -07:00
jeffvli
30e52ebb54 Lint all files 2023-07-01 19:14:12 -07:00
jeffvli
4167af098f Various cleanup 2023-06-14 00:12:10 -07:00
jeffvli
7e2d9bd585 Split album list views 2023-06-02 13:09:28 -07:00
jeffvli
cd66a9dccb Clean up 2023-06-02 01:21:02 -07:00
jeffvli
791088deb6 Persist scroll offset on table-view album list 2023-05-30 20:05:52 -07:00
jeffvli
8ae368ea4f Change artist display component 2023-05-21 15:36:15 -07:00
jeffvli
a308efaf06 Fix jellyfin discography views (#81) 2023-05-21 15:34:52 -07:00
jeffvli
51c2731b07 Handle queue all songs by double click (#67) 2023-05-20 21:31:00 -07:00
jeffvli
35f9798bed Update full-width cell renderer 2023-05-20 19:21:23 -07:00
jeffvli
02caf896ff Update playqueueadd props 2023-05-20 14:55:08 -07:00
jeffvli
4cb54bc9da Fix misc types 2023-05-17 21:07:04 -07:00
jeffvli
3fb24d5f64 Re-add infinite album list query 2023-05-17 17:26:23 -07:00
jeffvli
48ef7a987f Add new swiper carousels to pages 2023-05-17 17:12:23 -07:00
jeffvli
cef92243f5 Fix favorite mutation 2023-05-13 22:54:24 -07:00
jeffvli
cbb15ac7ee Fix various issues 2023-05-09 02:25:57 -07:00
jeffvli
a9ca3f9083 Add additional undefined check for custom filters 2023-05-08 03:33:38 -07:00
jeffvli
314bd766df Refactor all api instances in components 2023-04-30 22:01:52 -07:00
jeffvli
bf3024939a Refactor all query hooks 2023-04-27 21:25:57 -07:00
jeffvli
5d8cad06d7 Fix filters on album list detail 2023-04-03 03:53:30 -07:00
jeffvli
90b503906f Set grid view to use local state 2023-04-03 03:42:51 -07:00
jeffvli
5f7b005626 Refactor layout components 2023-03-31 06:14:59 -07:00
jeffvli
a17e0adf44 Prevent header play button from being squished 2023-03-30 08:22:40 -07:00
jeffvli
219a9ed613 Change grid size to items per row 2023-03-28 15:37:50 -07:00
jeffvli
ef4cdfa028 Set artist links to use outline button 2023-03-09 18:16:57 -08:00
jeffvli
1eed26abab Set genres to use outline button 2023-03-09 18:14:40 -08:00
jeffvli
563db1138e Fix list store for artist detail 2023-03-09 18:09:59 -08:00
jeffvli
b4664f45b4 Adjust default grid sizing and handler 2023-03-09 02:36:23 -08:00
jeffvli
123478a24f Normalize album artist list store 2023-03-05 21:02:05 -08:00
jeffvli
ae292e3a5f Begin normalizing list stores 2023-03-05 18:38:22 -08:00
jeffvli
1fa975ccec Clean up unused wrapper component 2023-02-25 19:01:42 -08:00
jeffvli
822dcd8429 Fix error on paginated table persistence 2023-02-08 10:05:10 -08:00
Jeff
9f2e873366
Redesign sidebar / header and other misc. improvements (#24)
* Remove 1920px max width

* Fix position of list controls menu

* Match size and color of search input

* Adjust library header sizing

* Move app menu to sidebar

* Increase row buffer on play queue list

* Fix query builder styles

* Fix playerbar slider track bg

* Adjust titlebar styles

* Fix invalid modal prop

* Various adjustments to detail pages

* Fix sidebar height calculation

* Fix list null indicators, add filter indicator

* Adjust playqueue styles

* Fix jellyfin releaseYear normalization

* Suppress browser context menu on ag-grid

* Add radius to drawer queue -- normalize layout

* Add modal styles to provider theme

* Fix playlist song list pagination

* Add disc number to albums with more than one disc

* Fix query builder boolean values

* Adjust input placeholder color

* Properly handle rating/favorite from context menu on table

* Conform dropdown menu styles to context menu

* Increase sort type select width

* Fix drawer queue radius

* Change primary color

* Prevent volume wheel from invalid values

* Add icons to query builder dropdowns

* Update notification styles

* Update scrollbar thumb styles

* Remove "add to playlist" on smart playlists

* Fix "add to playlist" from context menu
2023-02-07 22:47:23 -08:00
jeffvli
48b6e8bf93 Remove box shadow from filter header 2023-02-06 02:17:47 -08:00
jeffvli
38118e74ae Update to new list header style 2023-02-05 22:41:47 -08:00
Jeff
22fec8f9d3
Add ratings support (#21)
* Update rating types for multiserver support

* Add rating mutation

* Add rating support to table views

* Add rating support on playerbar

* Add hovercard component

* Handle rating from context menu

- Improve context menu components
- Allow left / right icons
- Allow nested menus

* Add selected item count

* Fix context menu auto direction

* Add transition and move portal for context menu

* Re-use context menu for all item dropdowns

* Add ratings to detail pages / double click to clear

* Bump react-query package
2023-02-05 05:19:01 -08:00
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
5614ad54f2 Add view artist discography 2023-01-15 16:22: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
ba0ec909c8 Fix list header wrap on item count 2023-01-08 02:47:38 -08:00