-
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
Fix region order and add non-grantees. #335
Conversation
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.
Works as expected!
…into kw-fix-region-order
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.
Confirmed that it still works as expected!
@@ -9,8 +9,7 @@ | |||
} | |||
|
|||
.smart-hub--overview-data { | |||
margin-left: -20px; | |||
margin-bottom: -20px; | |||
margin-left: -36px !important; |
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.
is there a way to be more specific without !important
?
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.
I found that this was the only way I could get that to work. Not ideal, since !important is a last resort technique. Perhaps once the layout changes, e.g. with addition of the welcome we could revisit.
expect(activityRecipientsAfter.length).toBe(5); | ||
expect(activityRecipientsAfter[2].nonGranteeId).toBe(3); | ||
}); | ||
it('is idempotent', 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.
learned a new word
Description of change
Follow-up PR to the TTA overview widget. Fixes region order in the region select dropdown. Adds non-grantees to the widget and combines duration into one item. Additionally, it includes the legacy reports in statistics and limits the reports to approved ones.
How to test
https://tta-smarthub-sandbox.app.cloud.gov/activity-reports
This can also be tested locally.
Issue(s)
Checklists
Every PR
Production Deploy
After merge/deploy