Commit graph

1515 commits

Author SHA1 Message Date
jeffvli
586f42867d Fix lodash import 2023-01-07 18:25:36 -08:00
jeffvli
14a7f0254d Move some ag-grid styles back to theme file
- Styles were not applying properly from the global
2023-01-07 18:23:49 -08:00
jeffvli
0aa0e51daa Add favoriting from context menu 2023-01-07 18:23:10 -08:00
jeffvli
f4f06abd72 Use global libraryitem type on favorite query 2023-01-07 18:21:54 -08:00
jeffvli
7d8cb0bb45 Refactor context menu handler into hook 2023-01-07 18:16:19 -08:00
jeffvli
2edffa02d0 Add favoriting from table rows 2023-01-07 16:33:14 -08:00
jeffvli
cfa4e5e45c Update favorite/rating endpoints
- Refactor subsonic api endpoints to set the default auth params
- The beforeRequest hook is unable to dynamically set existing params
2023-01-07 16:09:40 -08:00
jeffvli
f879171398 Add renderer for last played date column 2023-01-07 14:30:17 -08:00
jeffvli
6bfebd2923 Adjust position of track/disc number cells 2023-01-07 04:09:32 -08:00
jeffvli
3c60f406ea Adjust ag-grid styles 2023-01-07 03:50:34 -08:00
jeffvli
af1c16ee51 Adjust dropdown styling 2023-01-07 03:49:56 -08:00
jeffvli
1b25d88692 Rename add to queue text 2023-01-07 03:49:18 -08:00
jeffvli
8a48abbbc8 Additional changes to column defaults 2023-01-07 03:30:48 -08:00
jeffvli
6deab38c67 Add undefined check on scrollTo 2023-01-07 03:28:28 -08:00
jeffvli
915b0eb372 Add play handlers and item count to list pages 2023-01-07 03:28:03 -08:00
jeffvli
6bb0474d62 Change ND ALBUM_SONGS sort value 2023-01-07 03:27:13 -08:00
jeffvli
2df96c0d31 Add song filter as add queue type 2023-01-07 03:26:18 -08:00
jeffvli
d94d7b5ee5 Export selector for list filters 2023-01-07 03:21:03 -08:00
jeffvli
2f7f6bead9 Remove persisted playqueue in localstorage
- This will break if there are enough songs in the queue. A new implementation will be added in the future
2023-01-07 01:42:20 -08:00
jeffvli
3bbddcf092 Move grid-specific styling out of theme styles 2023-01-06 23:52:05 -08:00
jeffvli
838c6a8b6a Adjust titlebar / window controls styling 2023-01-06 23:51:26 -08:00
jeffvli
5889b8976c Force header bg color in detail lists 2023-01-06 23:34:31 -08:00
jeffvli
d06ddc9560 Update themes 2023-01-06 23:33:18 -08:00
jeffvli
9b1f4e7154 Add infinite table defaults 2023-01-06 18:24:31 -08:00
jeffvli
b569ec31ae Move common table functions into base component 2023-01-06 17:59:02 -08:00
jeffvli
f7b8e34905 Improve semantic html of default layout and add ids 2023-01-06 14:49:41 -08:00
jeffvli
3cf7127f56 Optimize current song image layout transition 2023-01-06 14:27:31 -08:00
jeffvli
cb823d94e5 Add dynamic message for infinite scroll handler 2023-01-06 13:53:02 -08:00
jeffvli
4d0620c5df Update misc on detail pages 2023-01-06 13:50:40 -08:00
jeffvli
01371d0227 Add pageIndex on infinite query results
- Result selector runs on every page on every fetch, which means that the uniqueId is not immutable. We need a static index on each item since a playlist can have duplicate song ids
2023-01-06 13:48:29 -08:00
jeffvli
9e6a81cb62 Use rem instead of px for sticky header 2023-01-06 13:34:41 -08:00
jeffvli
7b616b44fa Add prop to deselect rows on outside click 2023-01-06 13:28:10 -08:00
jeffvli
4c275ea878 Add sticky table header to detail pages 2023-01-06 11:46:17 -08:00
jeffvli
b59c86f78f Add hook to fix table header to detail header 2023-01-06 11:44:50 -08:00
jeffvli
14e6b4e7d6 Change sidebar icons 2023-01-06 10:46:09 -08:00
jeffvli
63cdefcb27 Increase white ignore threshold 2023-01-06 10:29:49 -08:00
jeffvli
11f9721abe Reduce global query cache time from 15min to 3min 2023-01-06 03:33:43 -08:00
jeffvli
0a82438beb Set 1 minute cache time on manual query fetches 2023-01-06 03:33:11 -08:00
jeffvli
8bd1cc80bc Fix rating property on card row 2023-01-06 03:32:35 -08:00
jeffvli
624b1bb94d Add tooltip delay for expand/collapse of player image 2023-01-06 01:59:37 -08:00
jeffvli
cf904b5d51 Set outline color for rating component 2023-01-06 01:52:01 -08:00
jeffvli
2ab48f5c97 Set size/color of custom table headers 2023-01-06 01:51:29 -08:00
jeffvli
d56799e519 Adjust sidebar style 2023-01-06 01:48:56 -08:00
jeffvli
083e219ed2 Improve average color matching
- Add threshold to ignored white/black values
- Add ignored transparency colors
2023-01-06 01:05:54 -08:00
jeffvli
1b379882f5 Reduce size of song imageUrl
- Increase efficiency of loading times for song lists
2023-01-06 01:03:58 -08:00
jeffvli
ab031820f6 Add favorite/rating table columns 2023-01-06 00:39:49 -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
bcfb9dbec3 Fix various api types 2023-01-05 20:32:02 -08:00
jeffvli
888bab50c9 Adjust title line height to better fit 2023-01-05 20:14:46 -08:00