fix(ui): show exact timestamps for change dates#2798
Open
tracerat[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
pnpm --dir frontend exec biome check src/lib/event-history.ts tests/event-history.test.ts src/components/watchtower/watchtower-monitor.tsx src/components/registry/dialogs/repository-commit-dialog.tsx src/components/registry/dialogs/repository-versions-dialog.tsx src/components/registry/commit-selector.tsx src/components/builder/panel/workflow-panel.tsx src/components/organization/workflow-pull-dialog.tsx src/components/organization/org-sessions-table.tsx src/components/organization/org-members-table.tsx src/components/agents/agent-preset-versions-panel.tsx src/components/admin/platform-registry-repos-table.tsx src/components/admin/platform-registry-status.tsx src/components/admin/admin-org-registry-table.tsx src/components/admin/org-registry-versions-panel.tsx src/components/admin/admin-users-table.tsx src/components/admin/platform-registry-versions-table.tsx tests/agent-preset-versions-panel.test.tsxpnpm --dir frontend test -- event-history.test.ts agent-preset-versions-panel.test.tsxpnpm --dir frontend typecheckSummary by cubic
Show exact UTC timestamps instead of “about X ago” for change dates across the app to improve clarity and match logs. Adds a shared formatter and updates displays in registry, workflows, admin, org, and watchtower.
event-historyfor exact UTC output and invalid-date handling.Written for commit d2135d9. Summary will update on new commits.