-
Notifications
You must be signed in to change notification settings - Fork 513
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
Add text label to copy buttons on tags #1547
Add text label to copy buttons on tags #1547
Conversation
Signed-off-by: Yushmanth <pali@pali-reddy.com>
a87f8a3
to
77ff340
Compare
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 great!
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1547 +/- ##
=======================================
Coverage 95.96% 95.96%
=======================================
Files 242 242
Lines 7557 7557
Branches 1984 1984
=======================================
Hits 7252 7252
Misses 305 305
☔ View full report in Codecov by Sentry. |
/> | ||
<CopyIcon | ||
className="KeyValueTable--copyIcon" | ||
className="KeyValueTable--copyIcon copyIcon" |
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.
copyIcon
- why is this needed? It's not even defined in the css file.
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.
Sorry my bad I thought to use it in css of keyValueTable.css but later realised to use the css of Copyicon.css. Finally it is of no use.Let me make the changes.
Signed-off-by: Yushmanth <pali@pali-reddy.com>
012e08c
to
33123d1
Compare
Signed-off-by: Anik Dhabal Babu <adhabal2002@gmail.com>
Which problem is this PR solving?
Short description of the changes