Conversation
…hones Search bars (transactions / reservations / active rates) now share one treatment: start-aligned search icon, mono 0.75rem, square corners, divider border. Removes the "Filters live as you type…" hint under the reservations search (Enter still navigates to the by-source view via the form). Dashboard crown eyebrow now reads like the miner eyebrow — "uid N @ <live crown rate> τ · EMA <ema> τ" — using the live crown rate instead of only EMA. Miners-page eyebrow (StickyNetworkHeader) is no longer position:sticky, so it scrolls away with the page. Footer content is now full-bleed (dropped the inner maxWidth:1400) to match TopNav and the dashboard. Mobile (below md): - Miners dashboard: hide Crown History and the rate chart; leaderboard is horizontally scrollable, hides the hotkey column, and uses responsive fonts. - Miner detail: hide Crown History and the miner rate graph. - Miner swap history: hide the "initiated" and "dur" columns; responsive fonts.
entrius
approved these changes
May 30, 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
UX cleanup of the
cleanupbranch — search-bar standardization, the dashboard crown eyebrow, footer width, and a mobile pass over the miner dashboard + detail pages.Search bars
0.75rem, square corners, divider border that lightens on hover and turns primary on focus.<form onSubmit>is intact, so Enter still navigates to/reservations/by-source/{addr}.Dashboard crown eyebrow
uid N @ <live crown rate> τ · EMA <ema> τ— showing the live crown rate alongside the existing smoothed EMA (previously only EMA was shown).Miners-page eyebrow
StickyNetworkHeaderis no longerposition: sticky— it scrolls away with the page. (Name kept for now; see notes.)Footer
maxWidth: 1400), matching TopNav and the dashboard.Mobile (below the
md/ 900px breakpoint)Verification
npm run lint✅npm run build(tsc -b && vite build) ✅prettier --check✅ on touched filesNotes / follow-ups (non-blocking)
StickyNetworkHeaderis no longer sticky but keeps its name — candidate for a rename in a later cleanup.display:none) on mobile, so deep-linked?pair/?crownRange/?rateRange/?panparams are inert on phones — intentional for perf.md(900px), so portrait tablets also get the trimmed view.