Skip to content

ref(issues): Move selection logic from SelectedGroupStore to hook#107034

Merged
scttcper merged 1 commit intomasterfrom
scttcper/issue-list-overview-perf
Jan 28, 2026
Merged

ref(issues): Move selection logic from SelectedGroupStore to hook#107034
scttcper merged 1 commit intomasterfrom
scttcper/issue-list-overview-perf

Conversation

@scttcper
Copy link
Member

@scttcper scttcper commented Jan 27, 2026

Consolidate selection-derived state into useSelectedGroupsState as part of reducing reliance on legacy Reflux stores. Also reduces redundant object creation from repeat calls to getSelectedIds which just creates a new set every time.

The goal is to move this into local context bit by bit

…hook

Consolidate selection-derived state into useSelectedGroupsState as part of
reducing reliance on legacy Reflux stores. Also reduces redundant object creation.
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 27, 2026
@scttcper scttcper requested a review from malwilley January 27, 2026 22:14
@scttcper scttcper marked this pull request as ready for review January 27, 2026 22:14
@scttcper scttcper requested a review from a team as a code owner January 27, 2026 22:14
@scttcper scttcper changed the title refactor(issueList): move selection logic from SelectedGroupStore to hook ref(issues): Move selection logic from SelectedGroupStore to hook Jan 27, 2026
@scttcper scttcper merged commit e39d35b into master Jan 28, 2026
56 checks passed
@scttcper scttcper deleted the scttcper/issue-list-overview-perf branch January 28, 2026 18:38
priscilawebdev pushed a commit that referenced this pull request Feb 2, 2026
…07034)

Consolidate selection-derived state into useSelectedGroupsState as part
of reducing reliance on legacy Reflux stores. Also reduces redundant
object creation from repeat calls to getSelectedIds which just creates a
new set every time.

The goal is to move this into local context bit by bit
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2026
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.

2 participants