-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 label's description as tooltip #19421
Conversation
Codecov Report
@@ Coverage Diff @@
## main #19421 +/- ##
==========================================
- Coverage 44.89% 44.83% -0.07%
==========================================
Files 244 244
Lines 13416 13417 +1
Branches 2752 2752
==========================================
- Hits 6023 6015 -8
- Misses 7089 7097 +8
- Partials 304 305 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
src/portal/src/app/shared/components/label/label-piece/label-piece.component.html
Outdated
Show resolved
Hide resolved
@Nhqml We use the "eslint" for the UI code format. So you need to run |
Head branch was pushed to by a user without write access
Will only display the tooltip on artifact-list-page. Signed-off-by: Kenji Gaillac <[email protected]>
Signed-off-by: Kenji Gaillac <[email protected]>
74cce9b
to
bef4652
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.
lgtm
Comprehensive Summary of your change
Adds a tooltip showing the label's description on artifact-list-page. I believe it is not relevant to show it anywhere else (and from what I've tried it often result in broken UI).
Please find a video of how it looks: https://github.com/goharbor/harbor/assets/48765390/54669aaa-6324-4669-9967-80727fb49e64
Note that I'm a complete noob with Frontend/JS/Angular, therefore please let me know if you believe there is a more elegant way to do this.
Please indicate you've done the following: