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

miners: Add new column to show accumulated share #63

Open
Sword-Smith opened this issue May 17, 2021 · 3 comments · May be fixed by #67
Open

miners: Add new column to show accumulated share #63

Sword-Smith opened this issue May 17, 2021 · 3 comments · May be fixed by #67

Comments

@Sword-Smith
Copy link

Accumulated mining share of all miners above (when sorted after share) would make it easier to read which mining pool that would need to get onboard for Taproot to be activated.

Sword-Smith pushed a commit to Sword-Smith/fork-explorer that referenced this issue May 17, 2021
@Sword-Smith
Copy link
Author

This new column could be hidden on mobile devices, for screens where the resolution is under 640px in the width. This can be done using CSS.

@Sword-Smith
Copy link
Author

In CSS the rule would be as follows, and in the JSX, the class name "collapse-by-640" should be set.

@media only screen and (max-width: 640px) {
    .collapse-by-640 {
        display: none;
    }
}

Sword-Smith pushed a commit to Sword-Smith/fork-explorer that referenced this issue May 21, 2021
@Sword-Smith Sword-Smith linked a pull request May 21, 2021 that will close this issue
@Sword-Smith
Copy link
Author

PR updated with hiding of new column on small screens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant