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

SW3: Undo system #719

Closed
frostburn opened this issue Jun 4, 2024 · 1 comment · Fixed by #744
Closed

SW3: Undo system #719

frostburn opened this issue Jun 4, 2024 · 1 comment · Fixed by #744
Labels
bug Something isn't working
Milestone

Comments

@frostburn
Copy link
Member

Currently the beta has a regression compared to version 2.

Fixing requiress a dedicated undo system inside the application.

@frostburn frostburn added the bug Something isn't working label Jun 4, 2024
@frostburn frostburn added this to the 3.0.0 milestone Jun 4, 2024
@frostburn frostburn mentioned this issue Jun 5, 2024
34 tasks
@frostburn
Copy link
Member Author

We can start by serializing the whole state, but a better solution is to make use of immutable data: https://vuejs.org/guide/extras/reactivity-in-depth.html#immutable-data

frostburn added a commit that referenced this issue Jun 11, 2024
frostburn added a commit that referenced this issue Jun 11, 2024
@frostburn frostburn mentioned this issue Jun 11, 2024
@frostburn frostburn linked a pull request Jun 11, 2024 that will close this issue
frostburn added a commit that referenced this issue Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant