Commit Graph

350 Commits

Author SHA1 Message Date
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
Jeff
484c96187c
Add scrobble functionality (#19)
* Fix slider bar background to use theme

* Add "scrobbleAtDuration" to settings store

* Add subscribeWithSelector and playCount incrementor

* Add scrobbling API and mutation

* Add scrobble settings

* Begin support for multi-server queue handling

* Dynamically set version on auth header

* Add scrobbling functionality for navidrome/jellyfin
2023-01-30 20:01:57 -08:00
jeffvli
85bf910d65 Add additional controls to playerbar 2023-01-30 02:39:25 -08:00
jeffvli
5ddd0872ef Adjust various styles 2023-01-30 01:36:36 -08:00
jeffvli
2700774469 Fix player button styles 2023-01-30 01:05:23 -08:00
jeffvli
c79a992829 Increase text size of table cells 2023-01-30 01:05:02 -08:00
jeffvli
5e693313d8 Adjust context menu styles 2023-01-30 01:04:38 -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
jeffvli
be39c2bc1f Add pr package script 2023-01-29 18:27:14 -08:00
jeffvli
b49ba2d04c Fix pr build 2023-01-29 18:10:39 -08:00
jeffvli
d7c87efe10 Add PR build workflows 2023-01-28 21:06:41 -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
768269f074 Bump to v0.0.1-alpha4 2023-01-15 22:22:22 -08:00
jeffvli
d23ae2a8db Replace default navidrome artist image placeholder path 2023-01-15 22:08:50 -08:00
jeffvli
88591697a2 Set route button to uppercase for consistency 2023-01-15 22:01:56 -08:00
jeffvli
dcbb00f7c4 Remove filters button from album artist list 2023-01-15 21:58:50 -08:00
jeffvli
e063ee0c29 Add smart playlist builder to create playlist form 2023-01-15 21:58:25 -08:00
jeffvli
e5f478218e Forward playlist query filters 2023-01-15 21:57:44 -08:00
jeffvli
9a809a61dd Fix query not setting properly on render after save 2023-01-15 21:20:11 -08:00
jeffvli
4058ab7491 Change default smart playlist sort to album asc 2023-01-15 21:15:35 -08:00
jeffvli
48ccebd4c2 Clean up persisted list state when switching servers 2023-01-15 21:10:06 -08:00
jeffvli
fcf00b9de1 Use native img on table images 2023-01-15 21:03:24 -08:00
jeffvli
f7919b296b Change modal bg color 2023-01-15 20:48:34 -08:00
jeffvli
0b6af1fd21 Add additional padding to context menu items 2023-01-15 20:46:45 -08:00
jeffvli
3f424b72f6 Remove scroll persistence when viewing artist songs 2023-01-15 20:41:58 -08:00
jeffvli
fc9d4616ba Adjust max height for settings modal 2023-01-15 20:40:23 -08:00
jeffvli
2e74f7533a Reuse song list for artist songs 2023-01-15 20:39:43 -08:00
jeffvli
784da2f8b9 Adjust context menu styles 2023-01-15 16:38:38 -08:00
jeffvli
dbc29568ca Fix table params 2023-01-15 16:34:30 -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
fc57605219 Select router type based on desktop/web 2023-01-15 16:11:26 -08:00
jeffvli
a31a2ffdbf Increase page transition animation speed from 0.8 -> 0.5 2023-01-15 16:10:00 -08:00
jeffvli
900d47d6f9 Fix various types 2023-01-15 16:07:02 -08:00