feat(dashboard): adds state visibility and repo locking#37
Merged
wgordon17 merged 14 commits intogordon-code:mainfrom Mar 30, 2026
Merged
feat(dashboard): adds state visibility and repo locking#37wgordon17 merged 14 commits intogordon-code:mainfrom
wgordon17 merged 14 commits intogordon-code:mainfrom
Conversation
- cor-1: guards isLast with idx !== -1 in RepoLockControls - cor-2: replaces prevValues.size === 0 with boolean init flag - cor-3: aggregates multi-item peek updates per repo - perf-1: replaces indexOf sort with Map-based index lookup - perf-2: updates prevValues in-place on early-return paths - cq-1: extracts PeekUpdate interface to shared grouping module - cq-2: extracts reorder-highlight logic to createReorderHighlight - cq-4: moves setsEqual to shared collections module - cq-5: fixes JSX indentation in PullRequestsTab collapsed summary - qa-1: adds onEnd test for error/throw path in hot-poll coordinator - qa-2: adds stopPropagation test for unlocked pin button - qa-5: adds WorkflowSummaryCard hotPollingRunIds/flashingRunIds tests - qa-6: adds setsEqual unit tests
- Eliminates ~140 lines of duplicated flash detection logic between tabs - Fixes unbounded prevValues Map leak: full-refresh path prunes stale entries - Adds tab-level shimmer prop threading tests (qa-3) - Adds createFlashDetection unit tests for mass-flash gate and init
611efa0 to
486a0be
Compare
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