-
-
Notifications
You must be signed in to change notification settings - Fork 16
Refactor up/down moves #21
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
Conversation
|
I propose to focus on the other two PRs first and get them merged: Once they're done, I'll review this one 🙂 |
|
Since the other PRs are merged, I propose to update this one, and I'll review it |
08789e3 to
5031e30
Compare
|
Just rebased on the latest |
chshersh
left a comment
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.
Great stuff!
I left a bunch of nitpicks, mostly some stylistic improvements.
After looking at the diff, it may seem like this refactoring doesn't do a lot. But in the future, there'll be lots of zipper-like and scrollable elements, so it makes sense to prepare the ground for this work and start abstracting some of these movements.
Readability / style changes Co-authored-by: Dmitrii Kovanikov <[email protected]>
5fe3a10 to
bf78c1b
Compare
|
I just rebased on the latest |
Co-authored-by: Dmitrii Kovanikov <[email protected]>
chshersh
left a comment
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 refactoring!
Attempt to close #17