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

feat(dashboard): Add tooltip for star/unstar action #8276

Merged
merged 2 commits into from
May 2, 2018

Conversation

lynnagara
Copy link
Member

No description provided.

@@ -35,17 +37,23 @@ class ProjectCard extends React.Component {
render() {
const {project, stats, params} = this.props;

const bookmarkText = project.isBookmarked
? t('Unstar this project')
Copy link
Member

Choose a reason for hiding this comment

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

We use "Add to/Remove from bookmarks" on the projects/teams page

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 will update to match

@lynnagara lynnagara merged commit 38cdc91 into master May 2, 2018
@lynnagara lynnagara deleted the bookmark-tooltip branch May 2, 2018 17:28
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants