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 7 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

@araujoarthur0 araujoarthur0 force-pushed the resize-window branch 2 times, most recently from 7db7765 to 224293b Compare February 7, 2025 17:10
@araujoarthur0 araujoarthur0 force-pushed the resize-window branch 2 times, most recently from 3f816cf to 38dc66c Compare February 8, 2025 19:28
Copy link

codecov bot commented Feb 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
js/ipc-constants.mjs 100.00% <ø> (ø)
js/main-window.mjs 96.71% <100.00%> (-0.10%) ⬇️
js/user-preferences.mjs 98.57% <100.00%> (-0.01%) ⬇️

... and 1 file with indirect coverage changes

@araujoarthur0 araujoarthur0 marked this pull request as draft February 8, 2025 19:48
@araujoarthur0 araujoarthur0 marked this pull request as ready for review February 21, 2025 13:49
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