feat: refreshing UX/UI#1938
Open
gnugomez wants to merge 49 commits into
Open
Conversation
Home and footer settings now also accept a replacement component. Home sections are exported as standalone components, and the nav search hides based on a mounted page search bar instead of the home route.
On desktop the content grows to fill the viewport, so the footer sticks to the bottom while staying visible on short pages.
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.
Related to #1934
Beyond the visual redesign of the search page and overall layout, I'm introducing a few new features:
PageSettings.elements.home, and deployments can replace the page entirely; I export the building blocks (HeroSearch,BrowseCategories,CuratedSections,GetInvolved,ExtensionCard) so custom home pages can be composed from them./search, with the query, category and sorting reflected in the URL so searches are shareable and survive reloads. Old/?search=…URLs redirect automatically. Categories filter from a sticky sidebar on desktop and a scrollable pill row on mobile.?opens a shortcuts modal./focuses the search field from anywhere,h/sjump to home/search,dopens the docs,pgoes to publishing, ando/c/rswitch tabs on an extension page.↑/↓step through results while the caret stays in the field,Enteropens the highlighted extension.PageSettings.elements.footer, or can be swapped for a custom component. The legacy footer API keeps working.Assisted-By: anthropic:claude-sonnet-4-6, anthropic:claude-fable-5