feat(dashboard): depth-of-market orderbook + 3-column activity feeds#120
Draft
e35ventura wants to merge 3 commits into
Draft
feat(dashboard): depth-of-market orderbook + 3-column activity feeds#120e35ventura wants to merge 3 commits into
e35ventura wants to merge 3 commits into
Conversation
Reworks the dashboard layout and wires in the Depth of Market orderbook: - Right column now shows the Depth of Market orderbook; the Transactions / Reservations / Events tabbed panel moves to a full-width row below. - The orderbook drops its own dropdown and is driven by the shared market-rate chart direction, so chart, rates table, and orderbook stay in sync. - The chart's BOTH view is lifted to the page; in BOTH the orderbook overlays both sides on one shared TAO/BTC price axis (asks above, bids below) with a Spread divider, like a traditional depth-of-market book. - Chart direction line colors now match the orderbook: BTC→TAO uses the BTC accent, TAO→BTC uses the TAO accent (both from theme tokens). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Transactions, Reservations, and Events now render as three side-by-side columns on desktop, each with its own mono-eyebrow header + info tooltip. Below the md breakpoint they collapse back into a single toggled TabbedPanel (now including Events in the toggle). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Collaborator
Author
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
Reworks the dashboard into a trading-terminal layout and wires in the Depth of Market orderbook.
OrderbookDepth, previously unused).mdbreakpoint they collapse back into a single toggled panel.No backend or data-model changes; all colors come from theme tokens.
Related Issues
None.
Type of Change
Testing
npm run buildpasses (TypeScript + Vite);npm run lintclean.md.Before / After
(Screenshots to be added.)
Checklist
npm run buildpasses