-
Notifications
You must be signed in to change notification settings - Fork 752
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 tooltip to organizations' identities in organizations list #1702
Conversation
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.
Just a small copy fix 😄
frontend/src/modules/organization/components/organization-identities.vue
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.
LGTM 🚀
:track-event-name="getPlatformDetails(platform)?.trackEventName" | ||
:track-event-channel="getPlatformDetails(platform)?.trackEventChannel" | ||
:tooltip-label="getPlatformDetails(platform)?.tooltipLabel" | ||
:show-handles-badge="true" | ||
:as-link="getUrlsByPlatform(platform).length ? getUrlsByPlatform(platform)[0] : false" | ||
:as-link="getPlatformDetails(platform).asLink" |
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.
I just double checked, and if organization identity does not have a url
, we are redirecting to https://github.com/github. However, when there's no url in identity we should not show button as a link.
Could you fix this
@joanagmaia having issues running the FE I have ran the |
Hey @peoray sorry to hear about this! |
@joanagmaia that does not work, already done that multiple times including today. |
Hey @peoray, we fixed this in the context of another task. Closing this PR as it is no longer required. Nonetheless thanks for your work here |
Changes proposed ✍️
Fixes #1495
What
🤖 Generated by Copilot at fce6a06
Improved error handling, readability, and functionality of
organization-identities.vue
component. Added link support for platform badges.
🤖 Generated by Copilot at fce6a06
Why
How
🤖 Generated by Copilot at fce6a06
Checklist ✅
Feature
,Improvement
, orBug
.