Skip to content

added - #662

Merged
Abd-Standard merged 1 commit into
Core-Foundry:mainfrom
techgirly77:main
Sep 1, 2026
Merged

added#662
Abd-Standard merged 1 commit into
Core-Foundry:mainfrom
techgirly77:main

Conversation

@techgirly77

Copy link
Copy Markdown
Contributor

Completed! ✅

Implemented relative timestamp formatting for recent events while preserving access to the exact event time.

Changes Made

  • Added relative timestamp formatting for recent events, such as "2 minutes ago".
  • Added a consistent threshold for switching between relative and absolute timestamps.
  • Preserved the exact timestamp through the event timestamp tooltip/detail view.
  • Added handling for future timestamps with appropriate relative wording.
  • Added graceful handling for invalid or missing timestamps so they don't break the event list.
  • Added tests covering recent, older, future, and invalid timestamp scenarios.

Validation

  • ✅ Recent events display relative timestamps.
  • ✅ Exact timestamps remain accessible.
  • ✅ Future timestamps are handled correctly.
  • ✅ Invalid timestamps do not break the event list.
  • ✅ Timestamp formatting tests pass.

closes #604

@drips-wave

drips-wave Bot commented Aug 28, 2026

Copy link
Copy Markdown

@techgirly77 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Abd-Standard
Abd-Standard merged commit 96fdafc into Core-Foundry:main Sep 1, 2026
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.

Add Relative Event Timestamp Display

2 participants