| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(cache): instant list revalidation from command palette and debug menu | Fuwn | 2026-04-15 | 1 | -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 action | Fuwn | 2026-04-15 | 1 | -0/+23 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -143/+163 |
| | | |||||
| * | feat(CommandPalette): Add additional nested actions | Fuwn | 2025-05-15 | 1 | -3/+44 |
| | | |||||
| * | feat(CommandPalette): Add nested action support | Fuwn | 2025-05-15 | 1 | -0/+32 |
| | | |||||
| * | refactor(CommandPalette): Globally rename action type | Fuwn | 2025-05-15 | 1 | -0/+1 |
| | | |||||
| * | refactor(CommandPalette): Move and rename action type | Fuwn | 2025-05-15 | 1 | -1/+9 |
| | | |||||
| * | feat(CommandPalette): Add extra tags to Settings action | Fuwn | 2025-05-15 | 1 | -1/+3 |
| | | |||||
| * | feat(CommandPalette): Per-item tags | Fuwn | 2025-05-15 | 1 | -9/+35 |
| | | |||||
| * | feat: Add Badge Wall action to command palette | Fuwn | 2025-05-06 | 1 | -0/+4 |
| | | |||||
| * | feat: Add command palette | Fuwn | 2025-05-06 | 1 | -0/+34 |