docs(ui): record header shell remediation
This commit is contained in:
parent
3f70f6e85e
commit
16a16ac85d
@ -12,6 +12,7 @@
|
||||
| --- | --- | --- | --- |
|
||||
| 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. |
|
||||
| Phase 4 header shell primitive cleanup | `3f70f6e` | `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/layout/Header.dom.test.tsx src/App.dom.test.tsx`; `pnpm --filter @bytelyst/trading-web lint`; `pnpm --filter @bytelyst/trading-web build`; `git diff --check` | Replaced the raw header search input and direct button wrapper import with the product UI adapter so the app shell inherits normalized control sizing and stays strict-audit clean. |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user