Draft
Conversation
Previously, the context popup only worked on links with the .ref-issue class inside .markup containers. This meant dashboard feed links and other issue/PR references outside rendered markdown never showed popups. Replace the markup-scoped approach with a global delegated mouseover listener that uses parseIssueHref to detect issue/PR links anywhere on the page. Add response caching so hovering the same issue from different links doesn't re-fetch. Make ContextPopup a pure display component with clickable repo and issue title links. Other changes: - Fix feed title <a> stretching full width (add tw-self-start) - Clean up Vue app on tippy destroy to prevent memory leaks - Clear cache and retry marker on fetch errors Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
Delay popup fetch by 300ms so casual mouse passes don't trigger network requests. Extract the popup creation logic into a separate showRefIssuePopup function for clarity. Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
bircni
reviewed
Mar 16, 2026
Contributor
bircni
left a comment
There was a problem hiding this comment.
Just an Idea but what about also showing the actions state? so X or whatever to see PRs state
Contributor
Member
Author
|
Right, on issue list it probably make no sense, project is debatable. Will investigate how GitHub does this. |
Contributor
|
Please make sure the framework is designed by the correct approach: let callers tell framework what they want, but not let framework guess what it should do for different callers. You need to explicitly declare "the links need to show issue ref popup", but not make the popup logic try to guess and exclude. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Show context popup everywhere, not just in markup. This makes them work in the repo file table, latest commit and on frontpage.
<a>width so tooltip only shows on link hover