feat: Windows app (WPF + WebView2) #1

Open
superdooper86 wants to merge 196 commits from feature/windows-app into main
Showing only changes of commit f5b3accc13 - Show all commits
+2 -3
View File
@@ -1,4 +1,3 @@
## What's new in beta.26
## What's new in beta.27
- Fixed: script results now use window.chrome.webview.postMessage instead of async IIFE return value — older WebView2 runtimes don't await Promises from ExecuteScriptAsync, so data was never received
- Debug text in Settings will now always show what happened during sign-in
- Fix build error: use WebMessageAsJson (not WebMessageAsString) and post plain JS objects via postMessage