Skip to content

Enhance BlockByHash with next block navigation and copy functionality #11614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rajk93
Copy link
Contributor

@rajk93 rajk93 commented Jun 6, 2025

fixes #10122 #10510

Description

This PR improves the BlockByHash component by adding the following features:

  • Next Block Hash Display
    When available, the hash of the next block is now shown, enabling smoother navigation between blocks.

  • Copy-to-Clipboard Functionality
    Added copy buttons for both the parent block hash and the next block hash, allowing users to easily copy these values for use elsewhere.

Screenshots

  1. When the next block is not available Screenshot 2025-06-06 at 4 13 53 PM

  2. When the next block is available Screenshot 2025-06-06 at 4 14 11 PM

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.

The block details page in the explorer needs a way to navigate to the next block (if it exists.)
1 participant