-
Notifications
You must be signed in to change notification settings - Fork 1
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
MPDX-7955 - List Header functionality #985
Conversation
Bundle sizes [mpdx-react]Compared against 0426efa No significant changes found |
Preview branch generated at https://MPDX-7955-add-functionality.d3dytjb8adxkk5.amplifyapp.com |
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 work on this! Just 2 small changes.
Test chuck 4 will be resolved when merged with MPDX-7948-creating-appeal-details-pages-2 |
c8577b5
to
43047d2
Compare
…ashes the initial appeal page.
…tyles to fit it in.
Adding more tests for appealsMainPanel to boost codecov score.
089ef36
to
199afc8
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.
My suggestions are trivial, so I'm going to go ahead and approve.
src/components/Contacts/StarContactIconButton/StarContactIconButton.tsx
Outdated
Show resolved
Hide resolved
src/components/Tool/Appeal/AppealDetails/AppealsMainPanel/AppealsMainPanelHeader.tsx
Outdated
Show resolved
Hide resolved
src/components/Tool/Appeal/AppealDetails/AppealsMainPanel/AppealsMainPanelHeader.test.tsx
Outdated
Show resolved
Hide resolved
src/components/Tool/Appeal/AppealDetails/AppealsMainPanel/AppealsMainPanelHeader.test.tsx
Outdated
Show resolved
Hide resolved
}); | ||
}); | ||
|
||
it('should disable select all contacts if no contacts', async () => { |
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.
Not a big deal, but some of these tests are unnecessarily async
.
…sMainPanel to boost codecov score.
Description
In this PR I add functionality to the ListHeader. Most of it is there already but I also remove some unnecessary functionality.
Added:
Removed:
Checklist: