fix(dashboard): coin-card grid truncation + rebrand release workflow draft#22
Merged
Conversation
…ase workflow The coin cards sit in an outer grid that goes 1->2->3 columns as the viewport widens, so the card itself gets narrower at the same breakpoints where sm:grid-cols-4 kicked in — forcing 4 columns into a ~1/3-width card and truncating values (0.0301 -> 0.030). Keep the inner stat grids at grid-cols-2 so they never truncate regardless of card width. Also rebrand the Release workflow draft: releaseName PoPManager -> OverManager, fix the stale proofofprints/PoPManager changelog URL -> overbuildlabs/OverManager, and correct the Windows installer type (.exe).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-release polish for v1.6.0 (caught during runtime verification of the draft).
Dashboard grid (#5 follow-up)
The earlier
sm:grid-cols-4fix used viewport width, but the "Mining by Coin" cards live in an outer grid that goes 1→2→3 columns as the viewport widens — so the card gets narrower at the same breakpoints, forcing 4 columns into a ~1/3-width card and truncating values (0.0301→0.030). Inner stat grids now stay atgrid-cols-2(clean 2×2) at any card width. Full-width top summary rows are unchanged.Release workflow rebrand
The CI draft was titled "PoPManager v1.6.0" and linked a stale repo:
releaseName:PoPManager→OverManagerproofofprints/PoPManager→overbuildlabs/OverManager.msi→.exe(CI produces the NSIS_x64-setup.exe)Verification
npx tsc --noEmit✅ (no Rust touched)