-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rework group selection interface #156
Conversation
No need for rebasing 👍 |
a6d8b4a
to
2b9372f
Compare
993c151
to
5a863d5
Compare
Add company groups to the compnay name dropdown. Note: the old group selection interface is still present for the time being (and the group selection test fails)
Updated test coverage for groups selection to accomodate the new interface. Added tests checking that rows are filtered as expected.
de09319
to
5556c6f
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.
This looks good to me, modulo the tests. What do you think about opening more issues for adding the footer back in and making the selected groups persistent?
Add and configure an Emotion cache to turn off the "potentially unsafe" error messages that show up even though they're not applicable.
JavaScript CoverageSummary
Modified Files • (64%)
|
Summary footer is tracked in @jmelot - Other than those separate issues, the tests are (finally) passing |
Update the group selection interface to be within the 'Name' column's dropdown instead of a separate modal. Update tests accordingly, including adding tests to ensure that filtering functions are working.
Closes #94