test(color-wheel): guard native first paint - #278
Merged
Conversation
pathscale
force-pushed
the
fix/color-wheel-first-paint
branch
3 times, most recently
from
August 28, 2026 20:34
53a23e7 to
23758a3
Compare
pathscale
force-pushed
the
fix/color-wheel-first-paint
branch
from
August 28, 2026 20:46
23758a3 to
81be95b
Compare
added 15 commits
August 29, 2026 04:24
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.
Hardens shared components against regressions found through native Blitz inspection.\n\nIncludes:\n- color flower static first-frame geometry, hover feedback, and desktop wheel/control alignment\n- dropdown/select hover, Escape, and activation behavior\n- closed Select options are absent from the renderer and mount only while open; label metadata remains bounded\n- InlineEdit Escape cancellation\n- standard PanelToggle geometry\n- stable interactive component IDs and coverage contracts\n- unpinned current ps-qa / qa-inspect-host CI installs\n\nFocused verification:\n- library build and 94 component contracts pass\n- Select native outcomes pass 6/6 (closed absence, open, change, Escape)\n- Select open/change settle in 33ms/58ms locally\n- AZ integration boots with one Solid runtime and reduces the initial semantic tree to 595 nodes\n\nNo lockfile is included.