Skip to content

feat(supergroups): Use issues search to highlight supergroup drawer issues#112640

Draft
scttcper wants to merge 1 commit intomasterfrom
scttcper/supergroup-drawer-search
Draft

feat(supergroups): Use issues search to highlight supergroup drawer issues#112640
scttcper wants to merge 1 commit intomasterfrom
scttcper/supergroup-drawer-search

Conversation

@scttcper
Copy link
Copy Markdown
Member

@scttcper scttcper commented Apr 9, 2026

Instead of highlighting the group ids that we know exist in the current page of search results, make a search query and display all the results that match + query all the groups in the supergroup.

…drawer issues

Replace the `group=id` param approach with `issue.id:[ids]` search
queries. The drawer now makes two requests: one to load all supergroup
issues, and a second with the current stream query + filters to
determine which ones match. Matched issues sort to the top and get
highlighted. When opened from issue details (no stream context), only
the load request fires.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 9, 2026
@scttcper scttcper changed the title ref(supergroups): Use issues search to load and highlight supergroup drawer issues feat(supergroups): Use issues search to highlight supergroup drawer issues Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant