PR #6369 — four claims, checked against the rendered page

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.

01 — Selection is a sliding underline, not a background fill

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.

Prospect detail page with the Tour step underlined in the Leasing progress rail; no divider lines in the Following-up or Activity Log panels
Full detail page · light theme · "Tour" selected — violet bar under the label, no cell background
confirmed

02 — Row dividers are gone from both vertical rails

"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.

confirmed

03 — The one-column collapse breakpoint moved 1024px → 768px

At 850px — a width that would have collapsed to one column under the old lg (1024px) breakpoint — the page still holds two columns.

The same detail page at 850px viewport width, still two columns instead of collapsing to one
850px viewport · two columns hold — the old breakpoint would already have stacked to one
confirmed

04 — Dates stand alone; hovering reveals the time

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.

Resting

Before hover: the Inquiry step shows only Reached Aug 26

"Reached Aug 26"

Hovering

On hover: the same stamp expands to Reached Aug 26, 3:23 PM

"Reached Aug 26, 3:23 PM"

confirmed

05 — All four hold together in dark mode

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.

The same detail page in dark mode, with the same underline and divider-free rails
Full detail page · dark theme
confirmed

Scope

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.

PropFlow Docs