aboutsummaryrefslogtreecommitdiff
path: root/src/stores/revalidateAnime.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(cache): instant list revalidation from command palette and debug menuFuwn2026-04-151-1/+1
| | | | | | | | | Replaces one-shot boolean revalidateAnime with a counter store so multiple components can subscribe without race conditions. Adds revalidateManga store and reactive refresh blocks to DueAnimeList and MangaListTemplate. Extracts shared invalidateListCaches function used by both the command palette action and the debug settings button. Renames palette item to "Refresh" and debug button to "Invalidate".
* chore(biome): drop formatter style overridesFuwn2026-03-011-1/+1
|
* feat(anime): refresh upcoming after due incrementFuwn2024-05-161-0/+5