Changelog entry
Market route: responsive layout and order book a11y improvements (Issue #776)
2026-04-02
- Resource filter now uses a 2-column grid at mobile widths; the resource select spans both columns, preventing single-column stacking at 375px.
- Order book / place-order form split now activates at `lg` (1024px) instead of `xl` (1280px), making tablets usable side-by-side.
- Bid rows now display a ▲ glyph before the price; ask rows display ▼; section headers updated to "▲ Bids" / "▼ Asks" for non-color bid/ask distinction.
- Added `aria-label` on each order book row describing level, price, and quantity for screen reader users.
- Added `min-w-0 truncate` on price/quantity spans and `shrink-0` on badges to prevent flex overflow at narrow widths.
- No data, API, or route logic changes.