Skip to content
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

Add Window container #1205

Merged
merged 3 commits into from
Oct 7, 2024
Merged

Add Window container #1205

merged 3 commits into from
Oct 7, 2024

Conversation

atavism
Copy link
Contributor

@atavism atavism commented Oct 6, 2024

This PR includes updates to wrap the app in a window container. This encapsulates window management in a separate widget and makes it easier to maintain.

@atavism atavism requested a review from jigar-f October 6, 2024 18:05
.then((_) => setState(() => {}));
});
await windowManager.setResizable(false);
});
Copy link
Contributor Author

@atavism atavism Oct 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think unfortunately for now we still need this temporary workaround on Windows

Copy link
Contributor

@jigar-f jigar-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally LGTM, Since I don't have Windowss to test, We can send this build to the team.

@atavism
Copy link
Contributor Author

atavism commented Oct 7, 2024

Thanks for the review!

@atavism atavism merged commit 7785c37 into main Oct 7, 2024
1 of 2 checks passed
@atavism atavism deleted the atavism/desktop-window-updates branch October 7, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants