docs(ui): record adapter sizing remediation

This commit is contained in:
Saravana Achu Mac 2026-05-07 10:05:10 -07:00
parent 4f27b3b9e5
commit 0743c16b71

View File

@ -6,6 +6,12 @@
**Priority**: Critical
**Primary concern**: The app is audit-clean and uses common UI primitives, but several production surfaces still look visually broken, over-compressed, and unpolished.
## Implementation Log
| Slice | Commit | Verification | Notes |
| --- | --- | --- | --- |
| Phase 1 adapter sizing foundation | `4f27b3b` | `pnpm run audit:ui`; `pnpm run audit:ui:strict`; `pnpm --filter @bytelyst/trading-web typecheck`; `TMPDIR="$PWD/.tmp/vitest" pnpm --filter @bytelyst/trading-web exec vitest run src/components/ComponentsSmoke.test.ts`; `git diff --check` | Normalized product adapter defaults for `Button`, `Input`, `Select`, and `Textarea` so production controls no longer depend on page-level height patches. |
---
## 1. Executive Summary