-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open webview in-app instead of a seperate window on macOS and Windows #1198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just couple of comments
@atavism that is a nice improvement over my suggestion! How does Shepherd look opened in the webview? |
@Derekf5 Here's what Shepherd looks like in the webview on Windows Screen.Recording.2024-10-02.at.10.03.04.AM.mov |
perfect, just wanted to make sure the QR code fit in frame without scrolling, thanks @atavism! |
This PR updates the webview implementation to open the checkout page directly within the app on macOS and Windows, rather than in a separate window. This improves the user experience by keeping navigation seamless and consistent with the rest of the app.
It also includes changes to use webview_windows and some fixes to open the FAQ, forum, and follow us pages in the system browser.
@Derekf5, I know you mentioned opening the webview in a window right next to the main interface. What do you think about opening it directly in-app instead? Here's a video of what it looks like.
Screen.Recording.2024-10-01.at.8.50.48.PM.mov