feishin/src/renderer/features/albums
Kendall Garner 56c229a5e0
[slightly less scuffed bugfix]: Update table rating/favorite when updated anywhere … (#707)
* [scuffed bugfix]: Update table rating/favorite when updated anywhere else

Modify player store to have temporary state for favorite/rating update
Add effect handler for `virtual-table` to update rating/favorite for players

Note that this does not handle song grid view.
Using a similar handler for gird view did not work, as it appeared to result in inconsistent state.

Finally, this is probably not the optimal solution.
Performance appears fine for ~20k items, but no guarantees.

* restore should update song

* update song rating/favorite/played everywhere except playlist

* special rule for playlists

* use iterator instead
2024-09-02 22:31:20 -07:00
..
components [slightly less scuffed bugfix]: Update table rating/favorite when updated anywhere … (#707) 2024-09-02 22:31:20 -07:00
context Lint all files 2023-07-01 19:14:12 -07:00
queries Add initial fetch for all grid views 2023-08-08 01:26:02 -07:00
routes Album blur, allow clicking the playerbar to toggle the player, misc changes (#717) 2024-09-01 23:42:01 +00:00
index.ts Add files 2022-12-19 17:44:40 -08:00