Skip to content

Feat/row - #663

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

Feat/row#663
Abd-Standard merged 3 commits into
Core-Foundry:mainfrom
techgirly77:feat/row

Conversation

@techgirly77

Copy link
Copy Markdown
Contributor

Completed! ✅

Implemented a copy-to-clipboard action for transaction hashes displayed in event entries.

Changes Made

  • Added a copy action beside transaction hashes.
  • Added visual feedback to confirm when a hash has been successfully copied.
  • Added graceful fallback/error handling for browsers where Clipboard API access is unavailable or fails.
  • Preserved the full transaction hash so users can still access and copy the complete value.
  • Added/updated tests covering successful copies and clipboard failures.

Validation

  • ✅ Transaction hashes have a dedicated copy action.
  • ✅ Successful copying provides clear visual feedback.
  • ✅ Clipboard failures are handled without breaking the event list.
  • ✅ Full transaction hashes remain accessible.
  • ✅ Copy functionality tests pass.

closes #605

@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 85c3b06 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 Transaction Hash Copy Action

2 participants