-
Notifications
You must be signed in to change notification settings - Fork 144
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
Chore: Reduce usage of set timout and set interval #469
Comments
Please assign me this issue, I can work on it. |
I want to work on it |
This issue won't be assigned to anyone its a open issue, just put the name of the file you are working on here so that others can know. |
I am working on the following files- |
Only take one file at time @rxiddhi so that others also have a chance to work as its a good first issue. |
sure @Arnabdaz , i will be working on CombinationalAnalysis.vue |
done, ApplyThemes.vue in #441 |
@Arnabdaz Done with the Properties Panel and ContextMenu |
Hello @Arnabdaz Would be working on ExportProject.vue |
Describe the issue
In the vue js code base there are places where we used set interval or set timeout, we want to replace them with vue lifecycle hooks which would reduce the load on browsers for end users.
Expected Behavior
The usage of set timeout and set interval should be minimized in the vue files.
Is the faced issue/bug related to the Vue simulator?
Yes
Additional Context
Please make sure to test the functions you change in every possible way so that no functionalities are broken.
Are you working on this issue?
No
The text was updated successfully, but these errors were encountered: