Commit graph

1330 commits

Author SHA1 Message Date
jeffvli
0db1c36d86 Fix ND recently added sort 2023-01-08 02:39:35 -08:00
jeffvli
3e9fb521f0 Adjust sticky header to align with sidebar 2023-01-08 02:18:05 -08:00
jeffvli
b5ad30a9bc Fix header being squished by table 2023-01-08 02:13:39 -08:00
jeffvli
5344493845 Fix mis-imported components 2023-01-08 02:08:19 -08:00
jeffvli
6f2108940e Adjust fixed table header 2023-01-08 02:04:07 -08:00
jeffvli
4f3e732891 Fix positioning of page header 2023-01-08 02:01:12 -08:00
jeffvli
0e2678575a Add favorite functionality to album detail 2023-01-08 01:45:56 -08:00
jeffvli
d6035a5f97 Transform default number field value
- Navidrome allows for "string" number query values which will not work with the numberinput
2023-01-08 01:07:17 -08:00
jeffvli
b82a5eda78 Fix undefined type for favorites 2023-01-08 00:53:30 -08:00
jeffvli
d17f30f5e6 Add favorite handler to grid cards 2023-01-08 00:52:53 -08:00
jeffvli
7a3bdb531d Readd missing scroll restoration 2023-01-08 00:08:26 -08:00
jeffvli
c6f3b49a6e Increase width of duration cell 2023-01-07 23:45:40 -08:00
jeffvli
99cd48ca6d Adjust color and size of favorite cell 2023-01-07 23:44:53 -08:00
jeffvli
02ed9b7a5c Move ag-grid header margin to specific components 2023-01-07 23:37:33 -08:00
jeffvli
0f66687843 Misc. optimizations 2023-01-07 23:09:58 -08:00
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