Skip to content

ref(issues): Remove grouping store#115970

Open
scttcper wants to merge 4 commits into
masterfrom
scttcper/remove-grouping-store
Open

ref(issues): Remove grouping store#115970
scttcper wants to merge 4 commits into
masterfrom
scttcper/remove-grouping-store

Conversation

@scttcper
Copy link
Copy Markdown
Member

The merged fingerprints tab was using a Reflux store even though every real caller lived in the same issue details area. This moves the endpoint query and local UI state into groupMerged so the feature owns its own data flow.

The local model now matches the hashes endpoint response instead of carrying the old store's dead fields around.

The merged fingerprints tab was using a Reflux store even though every real caller lived in the same issue details area. This moves the endpoint query and local UI state into groupMerged so the feature owns its own data flow.

The local model now matches the hashes endpoint response instead of carrying the old store's dead fields around.

Co-authored-by: Codex GPT-5 <noreply@openai.com>
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.61%

Remove the local provider/context now that the state only feeds a small component tree. The view owns the query and reducer hooks, then passes the few values the toolbar and rows need.

Also drops a couple leftovers from the old store migration: the identity parser and the unused fingerprint argument on initial state.

Co-authored-by: Codex GPT-5 <noreply@openai.com>
trim a few implementation-y assertions from the grouping store migration tests. The specs still cover the useful row state behavior and rendered merged fingerprints, without adding loading state coverage.

Co-authored-by: Codex GPT-5 <noreply@openai.com>
@scttcper scttcper requested review from a team May 20, 2026 23:37
@scttcper scttcper marked this pull request as ready for review May 20, 2026 23:37
@scttcper scttcper requested a review from a team as a code owner May 20, 2026 23:37
Copy link
Copy Markdown
Member

@shashjar shashjar left a comment

Choose a reason for hiding this comment

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

W

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.

2 participants