Skip to content

fix(dashboard): coin-card grid truncation + rebrand release workflow draft#22

Merged
proofofprints merged 1 commit into
mainfrom
fix/v1.6.0-release-polish
Jun 7, 2026
Merged

fix(dashboard): coin-card grid truncation + rebrand release workflow draft#22
proofofprints merged 1 commit into
mainfrom
fix/v1.6.0-release-polish

Conversation

@proofofprints
Copy link
Copy Markdown
Collaborator

Pre-release polish for v1.6.0 (caught during runtime verification of the draft).

Dashboard grid (#5 follow-up)

The earlier sm:grid-cols-4 fix 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.03010.030). Inner stat grids now stay at grid-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: PoPManagerOverManager
  • changelog URL: proofofprints/PoPManageroverbuildlabs/OverManager
  • Windows installer type corrected .msi.exe (CI produces the NSIS _x64-setup.exe)
  • SmartScreen note rebranded

Verification

  • npx tsc --noEmit ✅ (no Rust touched)
  • Runtime: user to re-check the coin cards at wide width after the re-cut build.

…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).
@proofofprints proofofprints merged commit bdf67ae into main Jun 7, 2026
1 check passed
@proofofprints proofofprints deleted the fix/v1.6.0-release-polish branch June 7, 2026 13:34
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.

1 participant