Load review UI from file instead of inline HTML - #3
Conversation
1819c58 to
7e6548b
Compare
|
Just hit what looks like the same underlying issue on Windows — the inline-HTML path also breaks the WebView2 backend, not just the Linux/Chromium fallback. WebView2's Environment: Windows, .NET SDK 8.0.423, WebView2 Since this PR switches to |
|
Tested this branch on Windows against the same setup from my previous comment (Win + .NET SDK 8.0.423 + WebView2 1.0.2957.106 + glimpseui 0.8.1). |
This is basically PR earendil-works#3 and issue earendil-works#1 upstream.
This changes Review Loop to load its web UI from the built
web/dist/index.html file instead of passing the full HTML inline to
open().
Why:
large self-contained Review Loop HTML inline can result in a blank window.
local testing.
What changed:
ready.
This is a small change that should make the extension more robust on Linux
setups using the Chromium fallback backend.