Skip to content

[codex] Show full session update datetime#68

Merged
boxp merged 2 commits intomainfrom
fix/session-updated-datetime
Apr 2, 2026
Merged

[codex] Show full session update datetime#68
boxp merged 2 commits intomainfrom
fix/session-updated-datetime

Conversation

@boxp
Copy link
Copy Markdown
Owner

@boxp boxp commented Apr 2, 2026

What changed

  • changed session updated time display from HH:mm:ss to yyyy-MM-dd HH:mm:ss
  • adjusted the auto table/card switch threshold to account for the wider datetime column
  • added tests for full datetime rendering and the updated compact-mode threshold

Why

  • showing only the time makes it hard to understand recency once sessions cross midnight
  • the previous table width assumption became too narrow after expanding the timestamp display

Impact

  • session rows and cards now show full local datetime for :last-updated
  • auto display mode falls back to card view before the widened table layout wraps

Root cause

  • the view layer formatted timestamps as time-only, so the UI lost the date context even though sorting still used the full ISO timestamp internally

Validation

  • make ci

@boxp boxp marked this pull request as ready for review April 2, 2026 05:42
@boxp boxp merged commit 61349eb into main Apr 2, 2026
6 checks passed
@boxp boxp deleted the fix/session-updated-datetime branch April 2, 2026 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant