-
Notifications
You must be signed in to change notification settings - Fork 12
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/add daily usage widget #1658
Conversation
🧪 Review environmenthttps://wgic6otdrfev7cppbswqxlgyju0quiap.lambda-url.ca-central-1.on.aws/ |
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.
Overall this looks great! The component resizes nicely on different screen sizes. I have a couple requests/suggestions before merging.
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.
Re-tested with Voiceover - looks good to me!
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 to me!
…s html IDs but HTML ids cant start with numbers
Summary | Résumé
This PR adds a new component for daily limits and uses it on the dashboard to display both email and SMS limits:
Note: a bug was found where the daily stats used in the dashboard are not based off of midnight UTC like other places in the app. This will be fixed in a follow-up PR. EDIT: This bug has been fixed in cds-snc/notification-api#1976