feat(autocomplete): add configurable headers for recent searches and suggestions#80
Open
sarahdayan wants to merge 1 commit intofeat/theme-agentfrom
Open
feat(autocomplete): add configurable headers for recent searches and suggestions#80sarahdayan wants to merge 1 commit intofeat/theme-agentfrom
sarahdayan wants to merge 1 commit intofeat/theme-agentfrom
Conversation
4fa4975 to
d13ffcb
Compare
…suggestions Add section header support to the autocomplete widget with granular theming controls. Recent searches and query suggestions now have dedicated config fields with header templates. The theme system gets new header variables for color, font, spacing, text-transform, and letter-spacing, replacing the old hardcoded panel-gap-based margins and removing dead CSS for non-existent DOM elements. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dfaf234 to
9eec1b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Recent searches and Query Suggestions now support configurable section headers, letting users label each section in the autocomplete dropdown.
Section headers are fully themeable with independent controls for color, opacity, font size, font weight, margins (top/bottom/left/right), text transform, and letter spacing. The left/right margins allow visually aligning headers with item content. All presets have been updated with header styles that match their character.
Also removes dead CSS targeting
AutocompleteIndexHeaderTitleandAutocompleteIndexHeaderLineelements that were never rendered in the DOM.