fix(renderer): calibrate invisible overlay metrics and hover mapping

This commit is contained in:
2026-02-25 00:44:25 -08:00
parent 058d359553
commit efaf9a78cd
14 changed files with 410 additions and 44 deletions

8
scripts/subminer-dev.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$ROOT_DIR"
exec bun run electron . "$@"