From eab2721e959b3f95d05373789194dc54be685b8e Mon Sep 17 00:00:00 2001 From: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 09:40:11 +0000 Subject: [PATCH] =?UTF-8?q?docs(ui):=20mark=20all=20UI=20audit=20=C2=A75?= =?UTF-8?q?=20items=20as=20done=20with=20commit=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates docs/ui/UI_AUDIT.md §5 to reflect that all 10 recommendations shipped (#1-#7 + #9-#10) or are partially complete with explicit rationale for what was deferred (#8). Each item now references the commit hash that addressed it so readers can trace the implementation. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- docs/ui/UI_AUDIT.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/ui/UI_AUDIT.md b/docs/ui/UI_AUDIT.md index 4b715ac..13d8715 100644 --- a/docs/ui/UI_AUDIT.md +++ b/docs/ui/UI_AUDIT.md @@ -240,25 +240,25 @@ Quick Actions block fixed in commit `343ffb4`. 28 inline-style blocks remain — ### Immediate (1 commit, ~1 hour) -1. **Add `title=` to the 11 untitled truncate sites.** Files: PositionsTab, HistoryTab, AdminTab, OverviewTab, EntriesTab, TradeProfileManager, MarketOpportunities. Quick UX win. -2. **Fix the 5 inline `gridTemplateColumns: '1fr 1fr'`** instances by adding `minmax(0, 1fr) minmax(0, 1fr)` (MarketplaceTab × 2, MembershipTab × 1, MyStrategiesTab × 2). -3. **Fix `index.css:1230` and `:1895`** — add `minmax(0, ...)` to bare `1fr` columns. -4. **Fix `index.css:1620`** — replace `42vw` with `min(42%, 460px)` or relative-to-container sizing. -5. **Audit the 31 `