[go: up one dir, main page]

Skip to content
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

Display mempool blocks and mined blocks on hover #124

Open
softsimon opened this issue Oct 7, 2020 · 2 comments
Open

Display mempool blocks and mined blocks on hover #124

softsimon opened this issue Oct 7, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@softsimon
Copy link
Member

The mempool and mined blocks are already in the local cache, so enabling the display of those dialogs on hover instead of just on click-navigation will introduce convenience but also reduce server load when people who just want to skim the mined blocks don't need to load the list of transactions and outspends.

@softsimon softsimon added the enhancement New feature or request label Oct 7, 2020
@softsimon softsimon self-assigned this Oct 7, 2020
@softsimon softsimon added this to the v2.3 milestone Jun 12, 2021
@priyanshiiit
Copy link
Contributor

Hi @softsimon @wiz , I would like to work on this issue.
We already see details like - Median Fee, Size, Number of Transactions and Time, on the block.
Other details we could add on hover - Weight, Miner Info, Total Fees, Difficulty.

@softsimon
Copy link
Member Author
softsimon commented Aug 16, 2021

The mempool block and block should appear as a hover over the current view like this:
Maybe a background css shadow is needed to show that it's really a floating window.

Mempool block
mempool-block-hover

Block
block-hover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants