Release 2.0.0: redesign UI, icon and connect-first UX.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-07-29 07:13:10 +03:00
co-authored by Cursor
parent 573a834d1b
commit b49339b9d3
13 changed files with 555 additions and 273 deletions
+4 -4
View File
@@ -107,9 +107,9 @@ func main() {
AutoFocus: true,
DataPath: dataPath,
WindowOptions: webview2.WindowOptions{
Title: "Navis",
Width: 520,
Height: 860,
Title: "Navis 2",
Width: 500,
Height: 820,
Center: true,
IconId: 1,
},
@@ -124,7 +124,7 @@ func main() {
}()
applyWindowIcon(w.Window())
w.SetSize(520, 860, webview2.HintNone)
w.SetSize(500, 820, webview2.HintNone)
mustBind(w, "getState", a.getState)
mustBind(w, "connect", a.connect)