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

Fixes#3508 #3510

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Fixes#3508 #3510

merged 1 commit into from
Jan 13, 2024

Conversation

kaurjasleen240305
Copy link
Contributor

I have reduced the delayExecution time to 100 from 500 which provides much faster UX on rescaling the blocks .

Copy link
Contributor

@samyakshah3008 samyakshah3008 left a comment

Choose a reason for hiding this comment

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

Hey, thanks for thinking from the UX side of the product, appreciate the effort. Added a comment, please check.

@@ -224,7 +224,7 @@ class Blocks {
}

/** Force a refresh. */
await delayExecution(500);
await delayExecution(100);
Copy link
Contributor

Choose a reason for hiding this comment

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

Have you taken confirmation with maintainers for this? Because the time for 500ms and 100ms seems quite less and there might be a reason for adding 500ms earlier I believe.

Copy link
Member

Choose a reason for hiding this comment

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

We made some changes in the rendering logic, so this speed up seems to be OK.

@samyakshah3008
Copy link
Contributor

Please add #3508 in the PR description going forward and avoid writing the issue ticket number in the commit message.
You can check https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/

I believe you got a template while raising a PR, don't you? or you removed them? Asking it to identify if contributors are getting PR template or not.

@kaurjasleen240305
Copy link
Contributor Author

OK ,yes we got template

@walterbender walterbender merged commit 9246e7c into sugarlabs:master Jan 13, 2024
3 checks passed
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.

3 participants