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

Better project saving #190

Open
NicDoesCode opened this issue Sep 2, 2023 · 0 comments
Open

Better project saving #190

NicDoesCode opened this issue Sep 2, 2023 · 0 comments
Labels
feature New feature or request

Comments

@NicDoesCode
Copy link
Owner

Saving projects can be expensive, it would be good to have an async timer based save project function that is called and saves the project only after a period of time.

If the timer hasn't elapsed then it will be reset.

This would be nicer when performing operations such as paint, as you could spam the save project function, for example if the mouse moves, but the project would only be effectively saved X seconds after you actually perform the action.

There may also need to be some UI that indicates that the project was saved too.

@NicDoesCode NicDoesCode added the feature New feature or request label Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant