mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
* [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 |
||
|---|---|---|
| .. | ||
| album-artist-list-data.store.ts | ||
| album-artist.store.ts | ||
| album-list-data.store.ts | ||
| app.store.ts | ||
| auth.store.ts | ||
| event.store.ts | ||
| full-screen-player.store.ts | ||
| index.ts | ||
| list.store.ts | ||
| player.store.ts | ||
| playlist.store.ts | ||
| settings.store.ts | ||
| utils.ts | ||