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

GitHub link tooltip should cache fetched issue/PR in redux to not re-fetch #563

Open
mickmister opened this issue May 3, 2022 · 0 comments
Labels
Help Wanted Community help wanted Up For Grabs Ready for help from the community. Removed when someone volunteers

Comments

@mickmister
Copy link
Contributor

The webapp has changed how it renders plugin link tooltips, in that the components are only mounted on hover, instead of on post render. A boolean prop show was used to signal that the link is being hovered, but the behavior has changed to mount when hovered.

For reference, this PR changed the plugin to use the show prop #368

@mickmister mickmister added Help Wanted Community help wanted Up For Grabs Ready for help from the community. Removed when someone volunteers labels May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Community help wanted Up For Grabs Ready for help from the community. Removed when someone volunteers
Projects
None yet
Development

No branches or pull requests

1 participant