-
Notifications
You must be signed in to change notification settings - Fork 327
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 history #111
undo redo history #111
Conversation
@Yuddomack is attempting to deploy a commit to the Measured Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the big effort again @Yuddomack!
I've left a suggestion for how to simplify the history recording using a diffing library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really excellent work! Thank you 🙏
Very happy with this approach. Most of my feedback is on phrasing in the unit tests.
… minimize side effects on reducer
Co-authored-by: Chris Villa <[email protected]>
…n react-hotkeys-hook
Hi! @chrisvxd Your request has arrived!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful! A couple more tiny comments before approval.
We're planning on doing v0.8.0@latest release soon, so will hold off merging this until after that goes in to give it a chance to be tested in canary.
packages/core/package.json
Outdated
"react-beautiful-dnd": "^13.1.1", | ||
"react-feather": "^2.0.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a merge conflict - react-feather should have been removed in favour of the devDependency
(see #121)
Co-authored-by: Chris Villa <[email protected]>
Hi! @chrisvxd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Epic work @Yuddomack!
@Yuddomack available in |
@Yuddomack would love to have you in the Discord, if you're interested: https://discord.com/invite/D9e4E3MQVZ |
@chrisvxd cool! I joined it |
hi! I tried working on it.
but I did this task without fully understand, so need to some your feedback
thank you!