Skip to content
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

Show author of PR/issue in link tooltip #597

Closed
wants to merge 4 commits into from

Conversation

shinnlok
Copy link
Contributor

Summary

Added author to the linked tooltip.

Issue:
Screen Shot 2022-10-23 at 7 48 25 PM

Pull Request:
Screen Shot 2022-10-23 at 7 48 35 PM

Ticket Link

Fixes #439

@shinnlok shinnlok requested a review from hanzei as a code owner October 24, 2022 02:56
@mattermod
Copy link
Contributor

Hello @shinnlok,

Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.

@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9f37670) 15.63% compared to head (958b7a2) 15.63%.
Report is 36 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #597   +/-   ##
=======================================
  Coverage   15.63%   15.63%           
=======================================
  Files          15       15           
  Lines        5243     5243           
=======================================
  Hits          820      820           
  Misses       4380     4380           
  Partials       43       43           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@hanzei hanzei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR

webapp/src/components/link_tooltip/link_tooltip.jsx Outdated Show resolved Hide resolved
@hanzei hanzei added 2: Dev Review Requires review by a core committer 3: QA Review Requires review by a QA tester labels Oct 24, 2022
Copy link
Contributor

@hanzei hanzei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Contributor

@mickmister mickmister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work @shinnlok! This looks great, I just have one request to use a link to the user's GitHub profile

@@ -97,7 +105,7 @@ export const LinkTooltip = ({href, connected, show, theme}) => {
{data.repo}
</span>
{' on '}
<span>{date}</span>
<span>{date + authorText}</span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have the username be a clickable link to the user's GitHub profile?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mickmister Is this a blocking comment?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hanzei Yes this is a blocking comment

@mattermod
Copy link
Contributor

This PR has been automatically labelled "stale" because it hasn't had recent activity.
A core team member will check in on the status of the PR to help with questions.
Thank you for your contribution!

@mickmister
Copy link
Contributor

Hi @shinnlok, just checking in. Are you interested in implementing the piece mentioned in this comment? #597 (comment) Thanks for your hard work on this!

@mattermod
Copy link
Contributor

This PR has been automatically labelled "stale" because it hasn't had recent activity.
A core team member will check in on the status of the PR to help with questions.
Thank you for your contribution!

@spirosoik
Copy link
Member

/update-branch

@hanzei hanzei added Awaiting Submitter Action Blocked on the author Lifecycle/2:inactive and removed 2: Dev Review Requires review by a core committer 3: QA Review Requires review by a QA tester Hacktoberfest hacktoberfest-accepted Lifecycle/1:stale labels Feb 20, 2023
@hanzei
Copy link
Contributor

hanzei commented Feb 21, 2023

/update-branch

@hanzei
Copy link
Contributor

hanzei commented Nov 9, 2023

Closing due to inactivity

@hanzei hanzei closed this Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show author of PR/issue in link tooltip
7 participants