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

Adds go to home view button to the commit graph title section #3877

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nzaytsev
Copy link
Contributor

@nzaytsev nzaytsev commented Dec 17, 2024

Description

Screenshot 2024-12-17 at 13 53 05

Checklist

  • I have followed the guidelines in the Contributing document
  • My changes follow the coding style of this project
  • My changes build without any errors or warnings
  • My changes have been formatted and linted
  • My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  • My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

@nzaytsev nzaytsev linked an issue Dec 17, 2024 that may be closed by this pull request
@nzaytsev nzaytsev requested a review from d13 December 17, 2024 06:53
@eamodio
Copy link
Member

eamodio commented Dec 17, 2024

Pending question here: #3873 (comment)

Copy link
Member

@eamodio eamodio left a comment

Choose a reason for hiding this comment

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

Please move the button to the right of the Launchpad button

<CodeIcon className="action-button__icon" icon={'gl-gitlens'} aria-hidden="true" />
</span>
</a>
<span slot="content">Open GitLens Home View</span>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<span slot="content">Open GitLens Home View</span>
<span slot="content"><strong>GitLens Home</strong> — track, manage, and collaborate on your branches and pull requests, all in one intuitive hub</span>

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.

Add button to open Home View from Graph
2 participants