fix: PDS tooltip hover — use delayed hide (#1110)
* fix: PDS tooltip hover — use delayed hide like LikersTooltip
CSS :hover broke because the gap between the ? icon and dropdown
content caused the tooltip to vanish before the user could click
the link. Switch to JS enter/leave with 150ms hide timeout,
matching the established LikersTooltip pattern.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* add auto-tag tooltip, extract reusable InfoTooltip component
- extract generic InfoTooltip with delayed hide and snippet content
- refactor PdsTooltip to use InfoTooltip
- add auto-tag tooltip linking to docs.plyr.fm/artists/#auto-tagging
- add auto-tagging section to artists docs as anchor target
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
authored by