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

Undo/redo support and local storage #24

Merged
merged 5 commits into from
Oct 14, 2018
Merged

Undo/redo support and local storage #24

merged 5 commits into from
Oct 14, 2018

Conversation

davepagurek
Copy link
Member

@davepagurek davepagurek commented Oct 14, 2018

Closes #22

The biggest change here is the use of immutable.js for the lists in state. Basically, I never want to modify the objects in state directly, only replace them, so that we don't accidentally modify things in the undo buffer.

@davepagurek
Copy link
Member Author

I'm going to work a little bit more on dealing with changes to the code, since this doesn't play nicely with it right now.

@davepagurek davepagurek changed the title Undo/redo support Undo/redo support and local storage Oct 14, 2018
@davepagurek
Copy link
Member Author

Now featuring save/load!

screen shot 2018-10-14 at 3 55 15 pm

Copy link
Member

@armcburney armcburney left a comment

Choose a reason for hiding this comment

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

Nice work @davepagurek. You're contributing so fast it's hard to keep up 😅

@davepagurek davepagurek merged commit de6bb87 into master Oct 14, 2018
@davepagurek davepagurek deleted the undo branch October 14, 2018 23:37
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.

2 participants