Closed aditygrg2 closed 1 month ago
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
I've created a PR to address this issue: #1090 The PR proposes adding tooltip functionality to display descriptions for tags pills. It includes a new TooltipWrapper component, but I failed to locate the external docs information. I will make another PR wrapping the docs with the TooltipWrapper component It would be really helpful if someone helps me with that @aditygrg2
issue resolved by #1093
Description
Currently if there are any descriptions available on the pill, they are not shown.
Here, external docs have a description, but it is just not shown in visual info. The suggestion is to show the description on the tooltip so when the user hovers over it, it can be shown.
Reasons
Description often contains valuable information about any tags, for example what that pill will take you to, or a better explanation of that tag.
The solution I am thinking of is using a react-tooltip which can do the work for us.