cmd/drover: replace MessageBox stub with Wails GUI (internal/gui.Run)
Build / test (push) Has been cancelled
Build / build-windows (push) Has been cancelled

Bare 'drover' (and 'drover gui') no longer pop a Win32 MessageBox —
they hand off to internal/gui which mounts a real Wails window with
the Classic React variant. The old gui_windows.go / gui_other.go
files are removed; their job is now done by internal/gui/run.go.

Auto-update on startup is unchanged — still runs before gui.Run().

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-01 15:16:56 +03:00
parent 15495d41ea
commit 13c32c90d5
6 changed files with 121 additions and 79 deletions
+4 -3
View File
@@ -8,10 +8,11 @@
*.out
# Wails
/internal/frontend/node_modules/
/internal/frontend/dist/
/internal/frontend/wailsjs/
/internal/gui/frontend/node_modules/
/internal/gui/frontend/dist/
.wails/
# wailsjs/ is generated, but we keep it tracked because we hand-write
# bindings/App.js for the gui-package layout (see comment in that file)
# IDE
/.idea/