Problem
SessionDrawer.fmtRelative() returns ${s}s for any age < 60s, so a session that just updated shows "· 0s". That reads as broken.
Suggested fix
Return "now" (or "just now") for < ~5s and round sensibly otherwise.
Where
mobile/src/components/SessionDrawer.tsx (fmtRelative, lines ~13–22).
Filed from a UI research sweep of the Helm mobile app (landing + live demo session) using Playwright + full source review, cross-referenced against Claude, ChatGPT, GitHub Copilot Chat, and Codex/Claude Code UIs.
Problem
SessionDrawer.fmtRelative()returns${s}sfor any age < 60s, so a session that just updated shows "· 0s". That reads as broken.Suggested fix
Return "now" (or "just now") for < ~5s and round sensibly otherwise.
Where
mobile/src/components/SessionDrawer.tsx(fmtRelative, lines ~13–22).Filed from a UI research sweep of the Helm mobile app (landing + live demo session) using Playwright + full source review, cross-referenced against Claude, ChatGPT, GitHub Copilot Chat, and Codex/Claude Code UIs.