docs(D2): mark settings contrast complete

This commit is contained in:
Saravana Achu Mac 2026-05-04 17:41:28 -07:00
parent 5ca8183efb
commit 91bf41f319
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Status: ⬜ open · 🟦 in PR · ✅ fixed (commit hash on the right).
| # | Issue | Severity | Status | Fix commit |
| --- | ---------------------------------------------------------------------------------------------------------------------------------- | :------: | :----: | ---------- |
| D1 | News, ResearchCards, Screener show plain "Loading…" text. Should be skeleton placeholders to prevent layout jank. | 🟡 | ✅ | 0fb1d63 |
| D2 | Light theme broke contrast in legacy tabs (`SettingsTab`, `ConfigTab`, etc.) which were styled for dark. | 🟡 | ⬜ | |
| D2 | Light theme broke contrast in legacy tabs (`SettingsTab`, `ConfigTab`, etc.) which were styled for dark. | 🟡 | ✅ | 5ca8183 |
| D3 | `TickerHeader` exchange is hard-coded "NASDAQ". | 🟢 | ⬜ | |
| D4 | `ScreenerView` "More sectors…" `<select>` doesn't visually highlight the chosen sector pill once selected. | 🟡 | ⬜ | |
| D5 | Layout is fixed-width (72 px sidebar + 308 px right panel). Breaks below ~1024 px viewport. No mobile-web responsive breakpoints. | 🟠 | ✅ | a9c33b1 |

View File

@ -405,7 +405,7 @@ Expected platform result:
the right panel hides or moves behind an affordance, content remains usable at
tablet and phone widths, and no horizontal scroll appears for primary flows.
- [ ] `D2` Light-theme contrast in legacy tabs.
- [x] `D2` Light-theme contrast in legacy tabs. Implementation: `5ca8183`.
Acceptance: Settings, Config, and other legacy tabs meet readable contrast in
the redesigned light shell without regressing dark-styled components that are
still intentionally dark.