Commit Graph

383 Commits

Author SHA1 Message Date
jeffvli
2260caba00 Fix preview URLs 2023-02-28 03:02:32 -08:00
jeffvli
3fe0873dc1 Add preview images to README 2023-02-28 03:01:45 -08:00
jeffvli
7c6ec73617 Update README to add features and remove deprecated information 2023-02-28 02:45:18 -08:00
jeffvli
76dcd1c28e Bump to mantine v6 alpha 7 2023-02-27 19:39:29 -08:00
jeffvli
4fb1f4d2cb Bump to electron v23 2023-02-27 19:12:03 -08:00
jeffvli
92039b95c3 Fix types on top song request 2023-02-27 12:44:25 -08:00
jeffvli
c0a703be7a Add top song list for jellyfin 2023-02-27 12:17:22 -08:00
jeffvli
f08538cbfb Remove electronmon from default 2023-02-25 19:02:02 -08:00
jeffvli
1fa975ccec Clean up unused wrapper component 2023-02-25 19:01:42 -08:00
jeffvli
ac62c26099 Fix type 2023-02-25 18:31:51 -08:00
Jeff
7ae3d9d99a
Fix list view breaking on undefined rating value (#32) 2023-02-25 16:35:19 -08:00
Jeff
a9cfcaeda6
Fix artist song list play behavior (#29) 2023-02-22 12:22:39 -08:00
jeffvli
3d8b25922e Fix date picker props 2023-02-11 00:21:39 -08:00
jeffvli
a9089859ce Fix radius for last item in context menu 2023-02-11 00:21:39 -08:00
Jeff
c878e36015
Ignore CORS & SSL (#23)
* Add toggle to ignore CORS

* Add option to ignore SSL
2023-02-10 11:53:26 -08:00
jeffvli
8eec6b6b8a Bump to version 0.0.1-alpha5 2023-02-09 00:37:28 -08:00
jeffvli
60219c2522 Minor player adjustments 2023-02-09 00:36:55 -08:00
jeffvli
cdb5cdf442 Fix sizing of drawer queue, add border 2023-02-09 00:18:25 -08:00
Jeff
23f84d68e8
Add MPRIS support (#25)
* Stop mpv on app close for linux/macOS (#20)

* Add initial MPRIS support

* Fix mpv path check
2023-02-08 23:57:06 -08:00
jeffvli
0f7f4b969f Fix drawer border radius 2023-02-08 17:00:07 -08:00
jeffvli
563a4b3a7c Add button to open browser devtools 2023-02-08 14:42:13 -08:00
jeffvli
4700772e6d Add padding for dropdown label 2023-02-08 14:39:59 -08:00
jeffvli
ffb7f915c3 Add context menu to queue items 2023-02-08 11:46:39 -08:00
jeffvli
17d5ef1f6b Use flex instead of grid for context menu item 2023-02-08 11:46:02 -08:00
jeffvli
9dcc42ff28 Add border radius for all dropdown items (#22) 2023-02-08 11:45:29 -08:00
jeffvli
2845476d83 Migrate sidebar playlist to react-window 2023-02-08 03:44:37 -08:00
jeffvli
147b155d60 Add hook for hideable scrollbar 2023-02-08 03:44:05 -08:00
jeffvli
8b5e463546 Remove tanstack/react-virtual package 2023-02-08 03:43:18 -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
d2c0d4c11f Fix modal styles for mantine v6 2023-02-06 02:21:11 -08:00
jeffvli
48b6e8bf93 Remove box shadow from filter header 2023-02-06 02:17:47 -08:00
jeffvli
17a6b37545 Fix active tab color 2023-02-06 02:17:25 -08:00
jeffvli
eedcef8f52 Remove custom image component for grid images 2023-02-06 01:57:49 -08:00
jeffvli
757eddd6f1 Fix disabled input styles for mantine v6 2023-02-06 01:52:07 -08:00
jeffvli
13f48711a9 Use local seekvalue to smooth out slider drag 2023-02-06 01:45:56 -08:00
jeffvli
1bbdf09dcc Add padding to playlist list items 2023-02-05 23:18:42 -08:00
jeffvli
3b7c6ce25e Set transparent window control background 2023-02-05 23:13:44 -08:00
jeffvli
38118e74ae Update to new list header style 2023-02-05 22:41:47 -08:00
jeffvli
6872a7e8b2 Adjust various base components 2023-02-05 20:52:25 -08:00
jeffvli
ab3236230b Use virtualized list on sidebar playlists 2023-02-05 18:59:39 -08:00
jeffvli
6ef88e56ec Adjust scrollarea to add styles and omit header 2023-02-05 18:02:27 -08:00
jeffvli
18c18ea322 Bump packages 2023-02-05 17:59:37 -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
f50ec5cf31 Fix error boundary styles 2023-01-30 21:34:56 -08:00
jeffvli
4cbc28a087 Add volume wheel scroll & new slider component 2023-01-30 21:34:27 -08:00
jeffvli
01fdd25406 Remove react-slider dependency 2023-01-30 21:28:37 -08:00
jeffvli
320f583660 Fix misc. styles 2023-01-30 20:16:43 -08:00
jeffvli
8cc5ec6797 Fix workflow name for PR binary comment 2023-01-30 20:03:18 -08:00
jeffvli
edfbc2538d Set PR publish to upload binaries separately by OS 2023-01-30 20:03:08 -08:00