Changelog entry
Market route: order form/open orders/error-state integration (V5UI.W3.3B, Issue #783)
2026-04-02
- Side selector border/shadow now reflects selection: green (`--success`) for BUY, red (`--danger`) for SELL.
- Price and quantity inputs show a red border when a non-empty value is non-positive; a role="alert" inline hint appears below the input grid.
- Order feedback (success/blocked) moved from page-top to inside the place-order card, just above the Execute Trade button.
- Cancel button in open order rows changed to `variant="danger"` for destructive-action clarity.
- Open order rows now display a color-coded Badge (green BUY / red SELL) for at-a-glance side identification.
- All raw inline danger-border `<div>` error blocks replaced with the shared `ErrorBanner` component (book, orders, summary, forecast, explain); each gets a Retry button.
- Risk warning `<p>` elements replaced with `<div>` for correct block semantics in cap-warning and warnings list.
- No route-level logic or API changes.