[V3] setURL bug fix#3533
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe changes in this pull request involve a modification to the Changes
Sequence Diagram(s)sequenceDiagram
participant W as WebviewWindow
participant AS as AssetServer
W->>AS: GetStartURL(s)
AS-->>W: Return URL
W->>W: Set w.options.URL
W->>W.impl: setURL(new URL)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
setURL bug fix s s Co-authored-by: Lea Anthony <lea.anthony@gmail.com>



Description
Changes setURL implementation to use the assetServer GetStartURL
Fixes # (issue)
SPA style routing from backend to
window.SetUrl("/#/about")Type of change
Please delete options that are not relevant.
Doctor
Summary by CodeRabbit
New Features
Bug Fixes