Polish parent settings and subscription screens#31
Merged
Conversation
- Settings: destructive red Delete Account row, tint-colored Log Out action row without chevron (handlers unchanged) - Fix token-usage progress bar rendering as an empty outlined input: visible muted track with tint fill in both themes - Subscription: white, centered, semi-bold button text on plan cards and Restore Purchases for proper contrast in light and dark themes - Add before/after screenshots under docs/screenshots/
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
Polish for the parent settings and subscription screens (light + dark themes):
#FF3B30light /#FF453Adark) so it no longer looks identical to normal navigation rows. It keeps its chevron since it navigates to a confirmation screen;onPressunchanged.handleLogoutunchanged.react-native-progressbar previously rendered as an empty outlined rectangle that looked like a stray text input at 0%. It now has a visible muted track (unfilledColor/borderColor, rounded) with the tint fill proportional to usage; at 0% it clearly reads as a progress bar. The "N% of available tokens used today" label is kept.Only
front/app/parent/settings.tsxandfront/app/parent/subscription.tsxwere touched —ThemedButtonandMenuItemneeded no changes.Note:
app/__tests__/_layout-test.tsxfails on a clean checkout as well (pre-existingstandard-navigationESM transform issue in Jest, unrelated to this change); all 28 tests pass.Before / After
Settings (light)
Settings (dark)
Subscription (light)
Subscription (dark)
Screenshots committed to this branch under docs/screenshots/ for review; drop them before merging if undesired.