feishin/src/renderer/store
Kendall Garner ba531505af
[enhancement]: Support toggling Album/Track view for gneres (#591)
* [enhancement]: Support toggling Album/Track view for gneres

The _primary_ purpose of this PR is to enable viewing tracks OR albums for genres.
This has a few requirements:
1. Ability to set default route for genres, **except** when already on song/album page
2. Ability to toggle between album and genre view
3. Fixed refresh for genre ID

Additionally, there was some refactoring:
- Since the *-list-headers had very similar functions for search, export that as a hook instead

* also use hook for album artist

* support switching albumartist tracks/albums

* remove toggle on song/album list, simplify logic
2024-04-20 06:14:31 +00:00
..
album-artist-list-data.store.ts Lint all files 2023-07-01 19:14:12 -07:00
album-artist.store.ts Lint all files 2023-07-01 19:14:12 -07:00
album-list-data.store.ts Lint all files 2023-07-01 19:14:12 -07:00
app.store.ts Lint all files 2023-07-01 19:14:12 -07:00
auth.store.ts [feat]: actually include version checks 2024-02-17 00:57:10 -08:00
full-screen-player.store.ts [feat] Add a dynamic image option to the fullscreen player (#526) 2024-03-05 00:30:37 -08:00
index.ts Add setting to disable auto update 2023-03-31 06:15:04 -07:00
list.store.ts Add dynamic grid sizing 2023-08-07 14:42:47 -07:00
player.store.ts [enhancement]: prreserve current song position when shuffling queue 2024-02-14 22:59:44 -08:00
playlist.store.ts Migrate playlist list to use list store 2023-07-19 00:28:46 -07:00
settings.store.ts [enhancement]: Support toggling Album/Track view for gneres (#591) 2024-04-20 06:14:31 +00:00