Commit Graph

716 Commits

Author SHA1 Message Date
jeffvli
4eb90d20a2 Handle list auto size when vertical scroll appears 2023-05-11 01:58:04 -07:00
jeffvli
cf489d3934 Fix types for updated packages 2023-05-10 20:00:39 -07:00
jeffvli
416476cc66 Set card image max height
- Fixes oversizing due to virtual grid
2023-05-10 19:54:45 -07:00
jeffvli
bdc3daf6da Switch ND song list parameter to album_artist_id 2023-05-10 18:46:03 -07:00
jeffvli
129515d57a Fix deprecated import 2023-05-10 18:45:22 -07:00
jeffvli
76ca03d8e3 Remove shadow on playerbar 2023-05-10 18:21:34 -07:00
jeffvli
e49fe6c452 Add collapsible sidebar (#68)
- Sidebar can collapse by menu option or dragging
2023-05-10 18:20:04 -07:00
jeffvli
ec7a053a74 Remove text color transition 2023-05-10 18:13:24 -07:00
jeffvli
9e4e6172c3 Bump packages 2023-05-10 18:12:29 -07:00
jeffvli
eca26e912f Set card images to cover
- Better UX since it makes the grid look more consistent
2023-05-10 14:34:06 -07:00
jeffvli
f9e410a1f5 Set fullscreen player over right sidebar 2023-05-10 03:08:55 -07:00
jeffvli
87abd0c6f5 Fix subsonic params parser 2023-05-09 19:33:46 -07:00
jeffvli
e3665e6407 Adjust jellyfin types to include additional properties 2023-05-09 18:58:24 -07:00
jeffvli
c87905f6c2 Set auto_restart prop to true on mpv instance 2023-05-09 18:55:54 -07:00
jeffvli
2100c1495d Improve grid card components
- Dynamic placeholder depending on item type
- Fix skeleton for default card
2023-05-09 18:55:26 -07:00
jeffvli
b5da8aeb55 Remove skeleton animation
- Performance concerns due to large number of animated skeletons
2023-05-09 18:51:26 -07:00
jeffvli
5eeded6c72 Fix fallback to album image for Jellyfin (#97) 2023-05-09 12:01:51 -07:00
jeffvli
346b8be122 Fix JF discography view (#81) 2023-05-09 11:06:01 -07:00
jeffvli
a19673d3c2 Replace mutation error types with AxiosError 2023-05-09 05:53:57 -07:00
jeffvli
3efeaa7359 Improve multi-server controller 2023-05-09 05:49:05 -07:00
jeffvli
63be8c8fb8 Add authenticate function to controller 2023-05-09 05:48:11 -07:00
jeffvli
975c31635a Remove old API implementation 2023-05-09 05:45:55 -07:00
jeffvli
9b5bce34a0 Fix jellyfin auth endpoint 2023-05-09 05:06:32 -07:00
jeffvli
bb27758310 Re-serialize subsonic array params 2023-05-09 05:05:15 -07:00
jeffvli
2d7c52a6b6 Improve UX for edit server form
- Auto focus the password field on edit server form
- Don't disable save button when fields blank
- Add tooltip for modified fields
2023-05-09 02:40:49 -07:00
jeffvli
cbb15ac7ee Fix various issues 2023-05-09 02:25:57 -07:00
jeffvli
b2db2b27da Refactor server list to object instead of array
- Improve performance due to frequency of accessing the list
2023-05-09 00:39:11 -07:00
jeffvli
3dfeed1432 Invalidate playlist list on creation 2023-05-08 03:35:51 -07:00
jeffvli
2101f1e9a7 Fix legacy normalizations 2023-05-08 03:35:23 -07:00
jeffvli
8a0a8e4d54 Refactor jellyfin api with ts-rest/axios 2023-05-08 03:34:15 -07:00
jeffvli
a9ca3f9083 Add additional undefined check for custom filters 2023-05-08 03:33:38 -07:00
jeffvli
6d5e10a31c Add albumCount and songCount to genre 2023-05-08 02:42:38 -07:00
jeffvli
5b616d5928 Update initial list store filters 2023-04-30 22:53:11 -07:00
jeffvli
62670964c0 Add menu in error boundary 2023-04-30 22:05:06 -07:00
jeffvli
314bd766df Refactor all api instances in components 2023-04-30 22:01:52 -07:00
jeffvli
bdd023fde3 Refactor remaining queries/mutations for new controller 2023-04-30 18:00:50 -07:00
jeffvli
40aabd2217 Additional refactor for navidrome api controller types 2023-04-30 17:55:23 -07:00
jeffvli
b9d5447b4f Allow serverId to be undefined 2023-04-27 22:20:35 -07:00
jeffvli
68a1cb9aaa Refactor all mutation hooks 2023-04-27 21:44:25 -07:00
jeffvli
bf3024939a Refactor all query hooks 2023-04-27 21:25:57 -07:00
jeffvli
df9464f762 Additional refactor to api and types 2023-04-27 20:34:28 -07:00
jeffvli
17cf624f6a Add generic query/mutation types 2023-04-27 20:32:56 -07:00
jeffvli
8f042ad448 Pass full server to controller 2023-04-25 16:25:26 -07:00
jeffvli
1cbd61888f Refactor server list as hash table 2023-04-25 01:36:26 -07:00
jeffvli
2ce49fc54e Add new server api to main controller 2023-04-24 01:22:58 -07:00
jeffvli
bec328f1f4 Add Subsonic API and types 2023-04-24 01:21:29 -07:00
jeffvli
ea8c63b71b Add new navidrome api controller 2023-04-23 19:57:10 -07:00
jeffvli
52049ce163 Add missing elements from Navidrome API 2023-04-23 19:54:36 -07:00
jeffvli
70c62c8b52 Refactor api client to support dynamic server 2023-04-23 14:26:41 -07:00
jeffvli
fa79b4cbe0 Fix artist path 2023-04-23 14:25:09 -07:00