aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CommandPalette/actions.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(cache): instant list revalidation from command palette and debug menuFuwn2026-04-151-18/+13
| | | | | | | | | 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".
* feat(command-palette): add clear anime and manga list caches actionFuwn2026-04-151-0/+23
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-143/+163
|
* feat(CommandPalette): Add additional nested actionsFuwn2025-05-151-3/+44
|
* feat(CommandPalette): Add nested action supportFuwn2025-05-151-0/+32
|
* refactor(CommandPalette): Globally rename action typeFuwn2025-05-151-0/+1
|
* refactor(CommandPalette): Move and rename action typeFuwn2025-05-151-1/+9
|
* feat(CommandPalette): Add extra tags to Settings actionFuwn2025-05-151-1/+3
|
* feat(CommandPalette): Per-item tagsFuwn2025-05-151-9/+35
|
* feat: Add Badge Wall action to command paletteFuwn2025-05-061-0/+4
|
* feat: Add command paletteFuwn2025-05-061-0/+34