Every screenshot below is a live capture from this branch's own dev server (not a mockup, not the preview deploy) — the property is Camellia Apartments, route /leasing/prospects/[id].
Captured 2026-08-27 · chore/consistency-rails · sixth review round
All four hold. Sliding underline, dividers gone, breakpoint moved, dates reveal time on hover — confirmed in both themes.
The horizontal "Leasing progress" rail used to paint the selected step's whole cell with a soft background. It now carries a thin violet bar under the step label only — the same shared-element mechanic as the landing page's tab underline.
"Following up automatically" and "Activity Log" used to separate rows with a hairline. Visible in the screenshot above: both rails now rely on padding alone — no line between "Phone call" and "Text," or between any two Activity Log entries.
confirmedAt 850px — a width that would have collapsed to one column under the old lg (1024px) breakpoint — the page still holds two columns.
The stage rail's "Reached" stamp renders a bare date. Hovering (or focusing, for keyboard users) reveals the time inline, with no tooltip and no layout shift — the accessible name still carries the full zoned instant regardless of hover state.
"Reached Aug 26"
"Reached Aug 26, 3:23 PM"
None of the four changes are light-theme-only: the underline keeps its violet against the dark ground, the dividers stay gone, and the two-column frame is unaffected by theme.
This page covers only the four rendered-UI claims from this round. The branch's other fixes this round (the ConversationThread.tsx compiler bug, the pre-push GIT_DIR corruption and its fix, five carried-forward false-claim findings) are code-level and reviewed through the diff + tests, not a screenshot.