feat(style): refactor layout, remove Header & Improve gateway readiness checks (#12)

This commit is contained in:
DigHuang
2026-02-09 01:00:27 -08:00
committed by GitHub
Unverified
parent 86ddd843c4
commit 05b5874832
14 changed files with 217 additions and 132 deletions

View File

@@ -41,6 +41,11 @@ const electronAPI = {
'app:platform',
'app:quit',
'app:relaunch',
// Window controls
'window:minimize',
'window:maximize',
'window:close',
'window:isMaximized',
// Settings
'settings:get',
'settings:set',