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

fix(merged): Always show a link for latests event of a merged group #81947

Merged
merged 5 commits into from
Dec 11, 2024

Conversation

leeandher
Copy link
Member

Fixes #51294 but only the UX issues.

It seems like the rendering is only a byproduct of a different issue. Either way, if we can generate a link, we'll do so here, though the subtitle/title showing up blank is better described by #57383

Also converts the component to an FC, so the change looks bigger than it is.

image

@leeandher leeandher requested a review from a team as a code owner December 10, 2024 22:02
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 10, 2024
Comment on lines 87 to 89
() => {
GroupingStore.listen(data => onGroupChange(data), undefined);
},
Copy link
Member

@scttcper scttcper Dec 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you want to remove the listener on unmount by calling the returned function from listen

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch mb

@leeandher leeandher enabled auto-merge (squash) December 11, 2024 14:43
@leeandher leeandher merged commit 1e1d5f4 into master Dec 11, 2024
42 checks passed
@leeandher leeandher deleted the leander/51294 branch December 11, 2024 14:45
@github-actions github-actions bot locked and limited conversation to collaborators Dec 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix invisible links in Merged Issues tab of issue details page
2 participants