-
Notifications
You must be signed in to change notification settings - Fork 5k
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
refactor: replace deprecated mixins with Text component in qr-code-view #25637
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Builds ready [9b26550]
Page Load Metrics (164 ± 178 ms)
Bundle size diffs
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #25637 +/- ##
========================================
Coverage 69.93% 69.93%
========================================
Files 1409 1409
Lines 49786 49786
Branches 13769 13769
========================================
Hits 34817 34817
Misses 14969 14969 ☔ View full report in Codecov by Sentry. |
Builds ready [7ceca07]
Page Load Metrics (194 ± 192 ms)
Bundle size diffs
|
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.
Made some suggestions. Can we also add a storybook js story to ui/components/ui/qr-code-view/qr-code-view.stories.js
called MessageArray
and take before and after screenshots of that story to add to the PR
MessageArray.args = {
Qr: {
message: ['message', 'array'],
data: 'data',
},
warning: <div>warning</div>,
};
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.
LGTM
Quality Gate passedIssues Measures |
Builds ready [3b7361c]
Page Load Metrics (324 ± 293 ms)
Bundle size diffs
|
Description
This pull request replaces deprecated mixins @include H1 - @include H9 in the SCSS file with the Text component in the
qr-code-view
component. The changes include updating the SCSS file to remove the deprecated mixins and modifying the JavaScript file to use the Text component with appropriate properties.Devin Run Link : https://preview.devin.ai/devin/8158744e0716415fb64b023769e4ffab
Related issues
Partially Fixes: #20496
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
This Devin run was requested by Devin.