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

Using JS resizeTo directly on renderer #1136

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

araujoarthur0
Copy link
Collaborator

Related issue

Closes #1135

Context / Background

We currently resize the calendar upon changing from month/day view by calling back to main and asking it to resize the browser window.
We can however just use javascript's resizeTo directly from renderer.

What change is being introduced by this PR?

Replacing the use of the ipc event with javascript's resizeTo.
Modifying getDefaultWidthHeight to receive a preferences parameter.

Changing the calendar view is actually faster now.

How will this be tested?

Ran locally, tests updated.

@araujoarthur0
Copy link
Collaborator Author

I think there might be a conflict with #1134

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.

Resize calendar via renderer
1 participant