mattermost / mattermost/mattermost-plugin-github
GitHub link tooltip should cache fetched issue/PR in redux to not re-fetch
Open
@raghavaggarwal2308 is already working on this.
Since Nov 4, 2024.
Help Wanted
Up For Grabs
- Dominant language
- Go
- Stars
- 179
- Forks
- 180
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 13
Description
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 https://github.com/mattermost/mattermost-plugin-github/pull/368
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.