-
Notifications
You must be signed in to change notification settings - Fork 529
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
Antd icons from V3 to V4 complete #1702
Conversation
Signed-off-by: bupd <[email protected]>
Signed-off-by: bupd <[email protected]>
Signed-off-by: bupd <[email protected]>
Signed-off-by: bupd <[email protected]>
Signed-off-by: bupd <[email protected]>
Signed-off-by: bupd <[email protected]>
…ed with icons Signed-off-by: bupd <[email protected]>
Signed-off-by: bupd <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1702 +/- ##
=======================================
Coverage 96.01% 96.01%
=======================================
Files 241 241
Lines 7562 7562
Branches 1987 1987
=======================================
Hits 7261 7261
Misses 301 301
☔ View full report in Codecov by Sentry. |
Looks good to merge @yurishkuro |
...i/src/components/Monitor/ServicesView/operationDetailsTable/__snapshots__/index.test.js.snap
Outdated
Show resolved
Hide resolved
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.
- Completely upgraded the antd Icons to v4
...i/src/components/Monitor/ServicesView/operationDetailsTable/__snapshots__/index.test.js.snap
Outdated
Show resolved
Hide resolved
Signed-off-by: bupd <[email protected]>
@anshgoyalevil Updated the icons to look like the previous one |
</Tooltip> | ||
<Tooltip title={getTitle('Collapse All')} getPopupContainer={this.getContainer}> | ||
<Icon type="double-right" onClick={onCollapseAll} className="TimelineCollapser--btn" /> | ||
<DoubleRightOutlined onClick={onCollapseAll} className="TimelineCollapser--btn" /> |
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.
These changes look odd, do we have the same icons repeated twice? Can you add before/after screenshots?
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.
Before in V3
After in V4
For more Information Checkout:
- V4 Icons library
- V3 Icons library
The below shows the official change in the antdesign icons
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.
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.
@yurishkuro Rechecked all the icons visually and inspected them both are same
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test