aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CommandPalette
Commit message (Collapse)AuthorAgeFilesLines
* feat(command-palette): add quick toggles, sync, and auth actionsFuwn11 days3-0/+314
| | | | | | | | Adds 13 reactive quick toggles (24h time, animations, blur adult, cover modes, hover cover, schedule list, reverse sort, data saver, notifications, language, title format cycle, outbound link target cycle), three sync actions (push/pull/disable), and login/logout entries gated on auth state. Names reflect current state so the palette doubles as a status surface.
* 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-012-233/+257
|
* chore(biome): enable svelte formattingFuwn2026-03-011-108/+108
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-4/+4
|
* fix(CommandPalette): Suppress intentional a11y warnings for command palette ↵Fuwn2026-01-231-0/+1
| | | | overlay backdrop
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-231-1/+1
|
* format: Apply Prettier formattingFuwn2025-12-151-1/+1
|
* fix(CommandPalette): Remove fade-in-breaking transitionFuwn2025-06-231-1/+0
|
* style(src): Remove self-closing tags with attributesFuwn2025-06-231-1/+1
|
* refactor(CommandPalette): DRY matching logicFuwn2025-05-161-7/+11
|
* feat(CommandPalette): Ignore whitespace when matching queryFuwn2025-05-161-2/+7
|
* feat(CommandPalette): Only show first 10 resultsFuwn2025-05-151-0/+2
|
* feat(CommandPalette): Add additional nested actionsFuwn2025-05-152-5/+45
|
* feat(CommandPalette): Enhanced nested visual indicatorsFuwn2025-05-151-4/+8
|
* feat(CommandPalette): Add nested action supportFuwn2025-05-152-9/+57
|
* refactor(CommandPalette): Globally rename action typeFuwn2025-05-152-1/+2
|
* refactor(CommandPalette): Move and rename action typeFuwn2025-05-152-12/+13
|
* feat(CommandPalette): Add extra tags to Settings actionFuwn2025-05-151-1/+3
|
* feat(CommandPalette): Per-item tagsFuwn2025-05-152-10/+41
|
* fix(CommandPalette): Single result sized padding for no results textFuwn2025-05-141-2/+2
|
* fix(CommandPalette): Hide scrollbar pop inFuwn2025-05-141-0/+6
|
* feat(CommandPalette): Animate search resultsFuwn2025-05-141-17/+48
|
* feat(CommandPalette): Global toggle fadingFuwn2025-05-141-12/+84
|
* feat(CommandPalette): Add backdropFuwn2025-05-131-2/+39
|
* fix(CommandPalette): Change selected item selection indicatorFuwn2025-05-061-1/+1
|
* feat: Add Badge Wall action to command paletteFuwn2025-05-061-0/+4
|
* feat: Add command paletteFuwn2025-05-062-0/+195