docs(ui): record manual entry remediation
This commit is contained in:
parent
f598084f6a
commit
cedbdb9dd3
@ -14,6 +14,7 @@
|
||||
| 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. |
|
||||
| Phase 4 settings tab primitive cleanup | `6e14f42` | `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/SettingsView.dom.test.tsx src/App.dom.test.tsx`; `pnpm --filter @bytelyst/trading-web lint`; `pnpm --filter @bytelyst/trading-web build`; `git diff --check` | Replaced Settings route raw tab buttons with product adapter buttons while preserving route/query behavior and strict UI audit cleanliness. |
|
||||
| Phase 4 Watchlist manual entry form | `f598084` | `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/EntryForm.dom.test.tsx src/tabs/EntriesTab.dom.test.tsx src/components/ComponentsSmoke.test.ts`; `pnpm --filter @bytelyst/trading-web lint`; `pnpm --filter @bytelyst/trading-web build`; `git diff --check` | Replaced the compressed table-style manual entry form with guided instrument, pricing/risk, notes, and review sections; added product adapter `Checkbox` usage so the workflow remains strict-audit clean while preserving submission and live-trade behavior. |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user