rebuild search dialog CMC-style (recent + featured + trending) - #687
Merged
Conversation
- Linear-inspired chrome: hairline border, single soft shadow, no
accent ring, snappy 150ms open animation (fade + slide-down 4px).
- New useRecentSearches hook (localStorage, ocb:search:recent:v1
namespace, cap 7, custom-event same-tab sync, useSyncExternalStore
for hydration safety).
- Idle state surfaces 3 sections:
- Recent chips (horizontal scroll with edge fade, X to remove)
- Live leaders cards (horizontal snap, fetched from /api/citable,
shows current #1 provider + p50 value with logo)
- Trending list (vertical, same data shape as featured)
- Search state: results grouped by kind, each row gets the leader's
logo (benches) or entity logo (products/chains), or a kind-icon
fallback for compares/answers/alternatives/pages.
- Mobile: full-bleed sheet, kbd footer hidden, X close button.
- /api/citable fetched once on mount; 300s edge cache means usually
zero network hit. Renders gracefully without it (logo + title only,
no p50 / leader).
This was referenced Jun 24, 2026
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
Full rebuild of the search dialog modelled on CoinMarketCap's pattern (the user's reference) with Linear's chrome polish (the canonical command-palette ref).
What's new
Idle state (no query) surfaces three sections:
Query state — grouped by kind (Benchmarks / Products / Compare / Alternatives / Answers / Chains / Pages). Every row gets:
Polish
Files
Test plan