Commit Graph

42 Commits

Author SHA1 Message Date
austinried a95372fa55 refactored into single method/store 2021-08-14 16:22:40 +09:00
austinried 9cacc4de36 persist cache map for cover art 2021-08-13 16:19:30 +09:00
austinried d1824a70be fix artist image render error
separate cache state into its own slice
2021-08-13 14:41:28 +09:00
austinried f82a9b55bd full reworked images to download (cache) first 2021-08-13 11:42:25 +09:00
austinried 187cce16d9 move header into its own component 2021-08-12 13:55:41 +09:00
austinried f523a231f1 prototype animated fading header 2021-08-12 09:25:49 +09:00
austinried f6ecc0bf40 fix current idx not being set on toggle shuffle
switch to passing params instead of function
2021-08-11 14:46:30 +09:00
austinried ea45678733 fix duplicate songs showing as playing
made playing icon in line with text (doesn't work well with scaling)
2021-08-10 17:33:07 +09:00
austinried 2d2efe3dcf added seeking to now playing/notification 2021-08-10 15:27:20 +09:00
austinried 9705a95aaa added queue context jump 2021-08-10 12:17:36 +09:00
austinried 075286e939 impl starring everywhere 2021-08-10 09:42:20 +09:00
austinried 0a3d542156 impl star/unstar starred state 2021-08-09 18:05:20 +09:00
austinried 19c862b983 artist context menu 2021-08-08 13:31:00 +09:00
austinried 26749d0458 song context menu 2021-08-08 13:09:32 +09:00
austinried 0416c0ad0d first-pass context menu for albums 2021-08-07 18:30:21 +09:00
austinried 9dc1ac451c impl repeat mode
fix position not being restored on close/open due to some bad progress updates
2021-08-04 22:15:16 +09:00
austinried e15a2ebcfc fixed song list and album list sort order
sort first by name, then by year
tweak cover art scaling/size
2021-08-04 20:59:19 +09:00
austinried 706e57aa77 all state migrated to zustand, jotai removed
splash page now waits on state hydration from db
2021-08-04 13:13:32 +09:00
austinried 300d0bd1b9 debug events 2021-08-03 11:08:40 +09:00
austinried 8b17ebe9c2 big ol' impl of zustand for settings/family states
still need to move track player state over for non-react access to that
2021-08-01 16:30:28 +09:00
austinried c24f5e573d real settings view impl
server management mostly working
changing active server needs work
2021-07-30 10:24:42 +09:00
austinried ff0464a156 handle notification click link
also correctly handle back on now playing from app open
standardize route names
2021-07-27 20:38:28 +09:00
austinried 25cea64f1d search item press events 2021-07-26 15:34:40 +09:00
austinried c12ff2c08c serach debouncing, hiding result categories 2021-07-26 13:44:55 +09:00
austinried 3615ec9ab6 coverart error fallback image 2021-07-26 11:01:39 +09:00
austinried fbf6060db4 redid cover art (again...) and impl a ListItem 2021-07-24 17:17:55 +09:00
austinried 6dd17f2797 fix current track not correct right on remote-next
also upgrade back to official rntp@next since my PR for add tracks before index 0 landed
2021-07-23 18:10:23 +09:00
austinried 1ed9ac0870 better/shared list player controls w/shuffle
also faked download list/song (by star for now, also faked)
2021-07-23 17:46:29 +09:00
austinried 4f69b36c7b impl async storage for extra queue data
finally fixes shuffle (ugh)
2021-07-22 11:23:18 +09:00
austinried f859be51a5 impl shuffle, controls are temp 2021-07-20 13:02:42 +09:00
austinried a1b6aa6732 added nothing here message for empty lists 2021-07-19 22:23:33 +09:00
austinried e6c76776a3 imprv CoverArt perf and interface 2021-07-18 16:35:02 +09:00
austinried 62b27974a7 fallback to album art for artist cover
play top songs when pressed
2021-07-17 11:27:34 +09:00
austinried de342c0830 added top songs to artist view 2021-07-17 10:39:18 +09:00
austinried 62a721ba4d build out artist view
clean up mapping methods a bit
2021-07-15 16:58:08 +09:00
austinried e7f9b1db86 clean up artist art/placeholders 2021-07-14 12:28:21 +09:00
austinried 38530134fd switch to new album list/cover art, remove old 2021-07-09 21:35:21 +09:00
austinried cd9ae9633c add stacks for home/search
so they can access album/artist/etc screen
2021-07-09 20:39:14 +09:00
austinried d245d4b786 home screen first pass 2021-07-09 14:34:15 +09:00
austinried fe92c63a60 refactored text styles, not enough shared 2021-07-08 17:56:05 +09:00
austinried 3460b4014f move resources around 2021-07-08 15:37:05 +09:00
austinried ea4421b7af reorg again, absolute (module) imports 2021-07-08 12:21:44 +09:00