docs(ui): record trade plans remediation

This commit is contained in:
Saravana Achu Mac 2026-05-07 10:17:47 -07:00
parent 0144124d0d
commit eaa37682f3

View File

@ -11,6 +11,7 @@
| 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. |
| Phase 3 Trade Plans workflow shell | `0144124` | `pnpm run audit:ui:strict`; `pnpm --filter @bytelyst/trading-web typecheck`; `TMPDIR="$PWD/.tmp/vitest" pnpm --filter @bytelyst/trading-web exec vitest run src/views/SimpleView.test.ts src/views/tradePlansState.test.ts`; `pnpm --filter @bytelyst/trading-web lint`; `pnpm --filter @bytelyst/trading-web build`; `git diff --check` | Reworked Trade Plans into guided sections with readable setup cards, larger controls, section helper copy, semantic alert colors, review panel, and sticky save footer while preserving existing trade-plan state and payload behavior. |
---