-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: migrate Copy and CreateShortcut modals to ItemSelectionModal #988
Conversation
6005f61
to
3a106eb
Compare
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 this PR!
Some feedbacks on the design:
- I would have only "Type" in the label of the select,
Filter by type
is a bit long? - I think the checkboxes in the select are not necessary
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.
Looks good !
- remove CreateShortcutModalContext and TreeModal - encapsulate the shortcut logic in CreateShortcutButton
- remove checkbox in SelectTypes - shorten label 'Filter by type' to 'Type' - remove unnecessary code and comments
- reset itemIds in move and copy button on close - improve imports in SelectTypes - set isDisabled optional in ItemSelectionModal
68f50e3
to
208bf81
Compare
Quality Gate passedIssues Measures |
This PR includes: