chore: group pseudo-selector examples into sections#9908
Open
MatiPl01 wants to merge 2 commits into
Open
Conversation
4d5bfb2 to
81e9003
Compare
3b59e20 to
c833c9c
Compare
81e9003 to
e37cbc6
Compare
c833c9c to
1e69555
Compare
e37cbc6 to
e80db20
Compare
1e69555 to
f0bf6d0
Compare
e80db20 to
5fe485b
Compare
f0bf6d0 to
ef03437
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
Organizes the Pseudo Selectors example screen so the individual selectors are grouped together and separated from the edge/test cases, which were previously interleaved. Uses the same
flattengrouping the Animated Properties -> Base Properties screen already uses, so the screen stays a single flat list with section headers (no extra drill-in)::hover,:active,:active-deepest,:focus,:focus-within:hover, Per-state transition configs, Arbitrary web selectorsIt also flips the "SVG radius"
:activeexample to start large and shrink on press - it started small, which made it a hard press target.Test plan
Verified on the iOS simulator: the Pseudo Selectors screen renders the three sections in order with their examples as cards underneath, and navigating into each example still works. Typecheck passes.
Stacked on #9879.