-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MM-204] Fixed issues/enhancements in link tooltip component (#457)
* [MM-204] Fixed issues/enhancements in link tooltip component 1. Removed the "see more" link. 2. Fixed branch name overflow. 3. Added limit to title and description. 4. Displayed proper icon for a closed PR. 5. Updated the icons to match with the icons on gitlab.com. * [MM-204] Review fixes * [MM-204] Review fixes: 1. Renamed constants. 2. Created a util function for getting truncated text for title and description of tooltip. * [MM-204] Review fixes * [MM-228] Updated code to fix the length of tooltip description to three lines * [MM-229] Updated to check to match the URL hostname instead of complete URL with protocol * [MM-238] Review fixes * [MM-238] Review fixes: 1. Converted tooltip component file to typescript 2. Some code refactoring * [MM-238] Converted tooltip testcases file to typescript * [MM-262] Fix icon allignment in tooltip
- Loading branch information
1 parent
387d84d
commit 789a404
Showing
15 changed files
with
298 additions
and
194 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...onents/link_tooltip/link_tooltip.test.jsx → ...onents/link_tooltip/link_tooltip.test.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.