-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
feat: Window resizing support #194
Comments
Add double click on panel to toggle maximize window (still in progress, will keep update here) |
Although macOS works fine by default in resize. Screen.Recording.2024-10-27.at.7.28.38.PM.mov |
Here's windows' resizing. Note that the black background is due to opengl from my device. Wgl can display transparent background. windows-resize.mp4 |
Linux: wayland_resize.mp4 |
I'm working on smooth resizing for weeks. And here are some solid result on Linux. I'll send the PR once I make sure all platforms are smooth. Screencast.from.2024.11.05.20.45.20.webm |
And here's macOS: Screen.Recording.2024-11-05.at.8.39.58.PM.mov |
Currently due to the defaulting decoration-less behavior of
verso
, we lack several window features including the ability for users to resize the window dynamically on Windows and Linux (macOS works fine). Adding window resizing support will improve user interaction, allowing users to adjust the browser window size to their preference by dragging the window edges or corners.Expected Behavior:
Technical Approach:
Acceptance Criteria:
Good To Haves:
The text was updated successfully, but these errors were encountered: