Commit graph

172 commits

Author SHA1 Message Date
jeffvli
6872a7e8b2 Adjust various base components 2023-02-05 20:52:25 -08:00
jeffvli
6ef88e56ec Adjust scrollarea to add styles and omit header 2023-02-05 18:02:27 -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
320f583660 Fix misc. styles 2023-01-30 20:16:43 -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
5ddd0872ef Adjust various styles 2023-01-30 01:36:36 -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
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
fcf00b9de1 Use native img on table images 2023-01-15 21:03:24 -08:00
jeffvli
0b6af1fd21 Add additional padding to context menu items 2023-01-15 20:46:45 -08:00
jeffvli
784da2f8b9 Adjust context menu styles 2023-01-15 16:38:38 -08:00
jeffvli
55e2a9bf37 Fix delimiter color 2023-01-12 18:41:41 -08:00
jeffvli
a82b087969 Add itemtype and optional pagination for carousel 2023-01-12 13:31:25 -08:00
jeffvli
45aef104fe Update album artist base route 2023-01-12 12:45:44 -08:00
jeffvli
36c1f4e736 Set text children to optional 2023-01-12 00:44:33 -08:00
jeffvli
b0ca7ab127 Use updated cardrows component 2023-01-12 00:43:39 -08:00
jeffvli
6da8663a1d Fix card row array id assignment 2023-01-08 20:55:36 -08:00
jeffvli
b4e9f48667 Add prop to force transparent grid header 2023-01-08 20:47:05 -08:00
jeffvli
d58ba92cbd Add customizable scrollbar offset on scrollarea 2023-01-08 20:46:20 -08:00
jeffvli
3e9fb521f0 Adjust sticky header to align with sidebar 2023-01-08 02:18:05 -08:00
jeffvli
4f3e732891 Fix positioning of page header 2023-01-08 02:01:12 -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
d17f30f5e6 Add favorite handler to grid cards 2023-01-08 00:52:53 -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
2edffa02d0 Add favoriting from table rows 2023-01-07 16:33:14 -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
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
838c6a8b6a Adjust titlebar / window controls styling 2023-01-06 23:51:26 -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
7b616b44fa Add prop to deselect rows on outside click 2023-01-06 13:28:10 -08:00
jeffvli
b59c86f78f Add hook to fix table header to detail header 2023-01-06 11:44:50 -08:00
jeffvli
8bd1cc80bc Fix rating property on card row 2023-01-06 03:32:35 -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
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
1963e93d2e Export non-polymorphic text component 2023-01-05 19:54:59 -08:00
jeffvli
ad3728a55d Prevent blank screen on grid-view render
- Add loading prop to before rendering to check for itemCount
2023-01-05 11:03:24 -08:00
jeffvli
df4f05b14c Finalize base features for smart playlist editor 2023-01-05 02:27:29 -08:00
jeffvli
0c7a0cc88a Add danger prop for menu items 2023-01-04 23:56:09 -08:00