-
Notifications
You must be signed in to change notification settings - Fork 39
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
Migrate off paragon modal deprecated component #95
Migrate off paragon modal deprecated component #95
Conversation
Codecov Report
@@ Coverage Diff @@
## master #95 +/- ##
=======================================
Coverage 82.32% 82.32%
=======================================
Files 46 46
Lines 679 679
Branches 132 132
=======================================
Hits 559 559
Misses 120 120
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
<ModalDialog.Footer> | ||
<ActionRow> | ||
<ModalDialog.CloseButton variant="link"> | ||
Close |
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 like hard-coded English. Can we resource this string?
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.
Implemented this message through FormattedMessage i18n format.
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.
One request around updating a hard-coded English string and we'll be good to go.
1f58e49
to
30810e0
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #95 +/- ##
=======================================
Coverage 83.01% 83.01%
=======================================
Files 46 46
Lines 683 683
Branches 132 132
=======================================
Hits 567 567
Misses 116 116
☔ View full report in Codecov by Sentry. |
* refactor: migrate off paragon modal deprecated component * refactor: migrate off paragon modal deprecated component * refactor: resource the close button string * refactor: remove extra file * refactor: add message in messages file
Ticket
Migrate off deprecated Paragon components
Migrate off paragon modal deprecation ViewEmailModal.jsx