From 28e53d0fdada5b83329345147237e5948a0d0f60 Mon Sep 17 00:00:00 2001 From: Ding Yi Date: Fri, 1 May 2026 14:59:52 +0800 Subject: [PATCH] docs(todo): add active-followups index to top of TODO.md The file is 530+ lines, mostly a finished work-log of HeroUI v3 migration + the v1.0 upstream sync. With every item but four marked done, you couldn't see what was actually open without scrolling through the entire file. Adds a compact "Active follow-ups" section pinned at the top with the four remaining open items (responsive QA, hideOnScroll verification, visual QA in light/dark, centred page width) and jump labels into the historical sections. No content moved or deleted; this is purely a navigation aid. The four items are all visual/UX judgement calls best done by a human in a running browser, so they're flagged as not appropriate for automated PR work. Made-with: Cursor --- TODO.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/TODO.md b/TODO.md index 2f62690dce6..dfb6686429c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,27 @@ # TODO +## Active follow-ups + +The four items below are the only open work in this file. Everything +else is historical work-log; the most recent finished section is the +**Upstream Sync (v1.0 frontend split)** block towards the bottom. + +- [ ] Manual QA pass on responsive breakpoints (xs/sm/md), console + + non-console routes, and the mobile menu open/close animation while + the sidebar drawer is also available. (See _HeroUI Migration ▸ + Follow-ups_.) +- [ ] Verify `hideOnScroll` is intentionally off — current layout pins + the header inside `Sidebar.Provider`'s flex column, so sticky / + scroll-hide does not apply. (See _HeroUI Migration ▸ Follow-ups_.) +- [ ] Visual QA all `/console` sub-pages in light + dark themes; + capture before/after. (See _HeroUI Migration ▸ Next steps_.) +- [ ] Consider centering page content with `max-w-7xl mx-auto` like + the template (currently console pages stretch full width). (See + _HeroUI Migration ▸ Next steps_.) + +All four are visual / UX judgement calls best done by a human in a +running browser; not appropriate for an automated agent PR. + ## HeroUI Migration - [x] Start local dev environment at `http://localhost:5173/`.