Tighten right-sidebar sections#111
Merged
Merged
Conversation
Wrap each sidebar block (Live contracts, Highest liquidity, Market states) in a card matching the stat cards on the left so the sections read as discrete units, and add a thin divider under each heading. Highest liquidity drops the redundant "1." rank prefix and puts the liquidity value in a slate pill with tabular numerals, nowrap, and a muted "BTC" unit so the column never wraps. Market states now hides zero-count rows (and the whole section if every state is zero) instead of loudly enumerating empty buckets.
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
rounded-xl bg-slate-950/45 p-4card so the sections read as discrete units, matching the stat cards on the left.border-b border-slate-800/60under each section heading.1.rank prefix; render the value as a slate pill (rounded-md bg-slate-800/70) withtabular-nums,whitespace-nowrap, and a muted "BTC" unit so the column never wraps; add an empty-state row mirroring "Live contracts".Test plan