From e0a0293424718123dba1d7c14a58c5eec27b491d Mon Sep 17 00:00:00 2001 From: Proof of Prints Date: Sun, 7 Jun 2026 08:34:00 -0500 Subject: [PATCH] fix(dashboard): keep coin-card stat grids at 2 columns + rebrand release workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- .github/workflows/release.yml | 8 ++++---- src/pages/Dashboard.tsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b4de1e..b1767ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,21 +67,21 @@ jobs: TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }} with: tagName: ${{ github.ref_name }} - releaseName: PoPManager ${{ github.ref_name }} + releaseName: OverManager ${{ github.ref_name }} releaseBody: | - See the [full changelog](https://github.com/proofofprints/PoPManager/compare/v0.1.0...${{ github.ref_name }}) for all changes in this release. + See the [full changelog](https://github.com/overbuildlabs/OverManager/commits/${{ github.ref_name }}) for all changes in this release. ## Installation | Platform | Download | |---|---| - | **Windows** (x64) | `.msi` installer | + | **Windows** (x64) | `.exe` installer | | **macOS** (Apple Silicon) | `.dmg` (aarch64) | | **macOS** (Intel) | `.dmg` (x64) | | **Linux** (x64) | `.deb` or `.AppImage` | ### Windows first-launch notes - - **SmartScreen warning:** PoPManager is not yet code-signed. Click "More info" → "Run anyway" on the SmartScreen dialog. + - **SmartScreen warning:** OverManager is not yet code-signed. Click "More info" → "Run anyway" on the SmartScreen dialog. - **Firewall prompt:** If you enable the mobile miner server (Settings → Mobile Miner Server), Windows will prompt to allow connections on port 8787. > **Note:** Only Windows has been extensively tested. macOS and Linux builds are provided as-is — please report any platform-specific issues. diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 27e2d2e..8849c72 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -850,7 +850,7 @@ export default function Dashboard() { )} -
+

Total Miners

{count}

@@ -870,7 +870,7 @@ export default function Dashboard() {

-
+

Hashrate

{totalHashrate.toFixed(1)}