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

add undo and history #2

Open
ryanatkn opened this issue Dec 19, 2024 · 0 comments
Open

add undo and history #2

ryanatkn opened this issue Dec 19, 2024 · 0 comments

Comments

@ryanatkn
Copy link
Owner

The editor currently lacks any form of undo. It's a tricky thing to get right, because the desired UX differs across contexts, and it can be hard in general to implement.

Luckily we're on a good track using JSON backing all of the classes with Svelte's $state.snapshot. Implementing some basic undo and history, using graphics editors as a guide, will help inform some architectural decisions.

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

No branches or pull requests

1 participant