aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CommandPalette/CommandPalette.svelte
Commit message (Expand)AuthorAgeFilesLines
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-4/+4
* fix(CommandPalette): Suppress intentional a11y warnings for command palette o...Fuwn2026-01-231-0/+1
* 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-151-2/+1
* feat(CommandPalette): Enhanced nested visual indicatorsFuwn2025-05-151-4/+8
* feat(CommandPalette): Add nested action supportFuwn2025-05-151-9/+25
* refactor(CommandPalette): Globally rename action typeFuwn2025-05-151-1/+1
* refactor(CommandPalette): Move and rename action typeFuwn2025-05-151-11/+4
* feat(CommandPalette): Per-item tagsFuwn2025-05-151-1/+6
* 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 command paletteFuwn2025-05-061-0/+161