feat(mobile): iOS inset-grouped Settings list#4280
Open
voska wants to merge 1 commit into
Open
Conversation
Restyle the Settings screen as a proper iOS inset-grouped list: a recessed grouped page background behind raised cards (systemGroupedBackground vs secondarySystemGroupedBackground, derived per light/dark from THEME tokens), borderless 10pt-radius cards, and inset hairline row separators that align under the text instead of spanning full width. Sign out becomes the standard iOS centered-destructive grouped cell rather than a filled button. No new dependencies; pure layout/styling within the existing design tokens.
|
@voska is attempting to deploy a commit to the IndexLabs Team on Vercel. A member of the Team first needs to authorize it. |
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.
What does this PR do?
Restyles the mobile Settings screen as a proper iOS inset-grouped list. The screen was almost there but read as web-on-mobile: white cards on a white page (delineated only by a border), full-width separators, and a filled red "Sign out" button.
Now it matches the native pattern:
systemGroupedBackgroundvssecondarySystemGroupedBackground), derived per light/dark from the existingTHEMEtokens so both modes get the correct two-level contrast.Type of Change
Changes Made
app/(app)/[workspace]/more/settings.tsx— grouped page background, borderless rounded cards,InsetSeparator, centered-red sign-out cell. No new deps; all colors from existing tokens.How to Test
Checklist
pnpm typecheckpasses; verified in the iOS SimulatorAI Disclosure
AI tool used: Claude Code. Implemented the iOS inset-grouped treatment using the existing design tokens; verified in the Simulator.
Screenshots
Before (bordered white-on-white cards, filled button) / after (inset-grouped):
