[Frontend][Board] Clear stale load errors after background recovery (re-target of #2496) - #2530
Merged
Merged
Conversation
[Frontend][Board] Clear stale load errors after background recovery
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Summary
Re-target of PR #2496 (
issue-2434/clear-realtime-error) ontomain. #2496 was stacked onissue-2430/board-mutation-alert; that base had already landed onmainas #2495, but the branch still existed, sogh pr merge 2496merged into the stale base branch (mergec60d0156a) and never reachedmain. This PR carries exactly #2496's delta (BoardView.vue +16/-1, BoardView.spec.ts +69) from the same branch head.Closes #2434
Review
Identical diff to #2496, which received one fresh-context review (Codex credits exhausted, SC-9) with verdict SHIP; the MEDIUM test-coverage gap is tracked in #2523. See the review-gate comment on #2496.
Verification
Hosted
ci-requiredon this head is the proof; the prior head's checks were green except the Smart CI shadow gate (planner base-mismatch, recorded on #2327).Lesson recorded
Stacked PRs whose base branch already merged must be re-targeted (
gh pr edit N --base main) beforegh pr merge, or the merge lands on the dead base branch.