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

fix(gitlab): redirect user to gitlab repo after click (#406) #406

Merged
merged 1 commit into from
May 31, 2024

Conversation

Alputer
Copy link
Member

@Alputer Alputer commented May 30, 2024

Closes #356

@Alputer Alputer self-assigned this May 30, 2024
Copy link
Member

@mdonadoni mdonadoni left a comment

Choose a reason for hiding this comment

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

The PR works well, good job! 🎉

There are a few small things that need to be done before merging:

  • Please add yourself to the list of authors in AUTHORS.md

  • We usually add the Closes #... to both the PR description and the commit description. Could you add Closes #356 also to the commit message?

  • Regarding the commit title, I would make a small change to avoid repeating gitlab: fix(gitlab): redirect user to repository after clicking on name (#406)

  • Could you please add 2024 to the copyright notice at the top of the two files you have changed?

@@ -171,7 +171,9 @@ export default function GitLabProjects() {
verticalAlign="middle"
/>
<List.Content>
<List.Header as="a">{name}</List.Header>
<List.Header as="a" href={url} target="_blank">
Copy link
Member

Choose a reason for hiding this comment

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

We usually add rel="noopener noreferrer" to all the links, could you please add it also to the two links here? See for example:

<a
href="https://gitlab.cern.ch/projects/new"
rel="noopener noreferrer"
target="_blank"
>

Copy link
Member

@mdonadoni mdonadoni left a comment

Choose a reason for hiding this comment

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

LGTM!

@mdonadoni mdonadoni merged commit 9b0c589 into reanahub:master May 31, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gitlab: nothing happens when clicking on repository name
2 participants