You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webview): add back/forward nav and fix dock width
Replace setMinimumWidth with sizeHint + resizeDocks so the AI dock
gets its preferred 600px on first attach without permanently clamping
the minimum, letting users resize freely afterward.
- Back/forward buttons added to WebViewWidget toolbar on all platforms
(Mac WKWebView, Windows WebView2); virtual interface extended with
goBack/goForward
- NewWindowRequestedHandler intercepts window.open and target=_blank,
navigating in-place rather than spawning a detached window that
WebView2 cannot manage
0 commit comments