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: display issues with Project selector #138

Merged
merged 3 commits into from
Jan 12, 2021
Merged

Conversation

schottra
Copy link
Contributor

Fixes a few small issues with the Project selector on the Project Details page:

  1. React errors about duplicate keys when more than one project entry uses the same name. This can easily happen when copying a project to a new repository. The id field should be used to key the elements.
  2. Projects with duplicate names are difficult to tell apart because the id and description are not shown. Now all entries will show a tooltip on hover with the inner id and description(or a default 'no description').
  3. Fixed overflow issues in the selector for long project names.

@service-github-lyft-semantic-release
Copy link
Contributor

🎉 This PR is included in version 0.19.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

3 participants