feat(tag-typeahead): tree-aware results — expand children & surface ancestor path #251

Merged
marcel merged 6 commits from feat/issue-250-tag-typeahead-tree-aware into main 2026-04-17 12:25:55 +02:00
Showing only changes of commit 1b617aa08b - Show all commits

View File

@@ -184,7 +184,7 @@ function handleKeydown(e: KeyboardEvent) {
aria-selected={i === activeIndex}
tabindex="0"
style="padding-left: {s.depth * 16 + 12}px"
class="cursor-pointer py-2 pr-3 text-sm hover:bg-muted {i === activeIndex
class="cursor-pointer py-3 pr-3 text-sm hover:bg-muted {i === activeIndex
? 'bg-muted font-bold text-ink'
: s.isDirectMatch
? 'font-medium text-ink-2'