Skip to content

Feat/app - #664

Merged
Abd-Standard merged 2 commits into
Core-Foundry:mainfrom
techgirly77:feat/App
Sep 1, 2026
Merged

Feat/app#664
Abd-Standard merged 2 commits into
Core-Foundry:mainfrom
techgirly77:feat/App

Conversation

@techgirly77

Copy link
Copy Markdown
Contributor

Completed! ✅

Implemented a reusable timestamp formatting utility to ensure blockchain event timestamps are handled consistently throughout the NotifyChain dashboard.

Changes Made

  • Created a shared timestamp formatting utility for event-related timestamps.
  • Added consistent human-readable date/time formatting.
  • Added safe handling for missing, malformed, or invalid timestamp values.
  • Standardized timezone handling across event-related components.
  • Replaced duplicated timestamp formatting logic with the shared utility.
  • Added unit tests covering valid, missing, and invalid timestamp values.

Validation

  • ✅ Reusable timestamp utility implemented.
  • ✅ Event-related UI components use the shared utility.
  • ✅ Invalid timestamps are handled gracefully.
  • ✅ Unit tests cover valid and invalid timestamp inputs.
  • ✅ Existing event behavior remains unchanged.

closes #603

@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 0265bab 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 Shared Blockchain Timestamp Formatting Utility

2 participants