mattermost / mattermost/mattermost-plugin-github

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

Open
#563 2 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.