-
Notifications
You must be signed in to change notification settings - Fork 214
feat(data-modeling): add collection search and fix styles COMPASS-9308 COMPASS-9309 #6895
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
Unexpectedly, making changes with active search can mean loosing the previous selection (only the search results are kept in that instance). See video: Screen.Recording.2025-05-06.at.14.06.25.mov |
Nice catch. Fixed in d308e26 |
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.
Neat! 🎉
…PASS-9308-dm-loading-states
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.
lgtm, one text suggestion, not a blocker.
footerText: ( | ||
<> | ||
<strong>{selectedCollections.length}</strong>/ | ||
<strong>{collections.length}</strong> total collections selected. |
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.
nit, the s
here could be not plural if there is only 1 collection possible (same with the description)
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.
fixed in 250eb40
In this PR, I added spinner when we are in loading state and search for collections.
Preview
Screen.Recording.2025-05-06.at.12.08.11.mov
Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes