feat(mobile): implement Dark Mode & Dynamic Theming (System Sync) #149#203
Open
Jopsan-gm wants to merge 1 commit intoPulsefy:mainfrom
Open
feat(mobile): implement Dark Mode & Dynamic Theming (System Sync) #149#203Jopsan-gm wants to merge 1 commit intoPulsefy:mainfrom
Jopsan-gm wants to merge 1 commit intoPulsefy:mainfrom
Conversation
- Add ThemeContext with light/dark/system preference support persisted in AsyncStorage (no restart required) - Extend Colors token palette in constants/theme.ts with full light and dark token sets (text, surface, border, button, input, status, skeleton, pill) - Add Theme selector in Settings screen (Light / Dark / System) with radio buttons and accessibility roles - Audit and replace hardcoded colors in all mobile screens: index, security, wallet-connect, payment-confirmation, transactions, quick-receive, transaction-item component - QR code in quick-receive keeps white background in dark mode to ensure readability (per issue requirement) - Dynamic StatusBar style based on active color scheme - Wire AppThemeProvider in root _layout.tsx Closes Pulsefy#149
|
@Jopsan-gm Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Cedarich
approved these changes
Mar 26, 2026
Contributor
|
Please resolve conflicts let merge |
Contributor
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.
Tittle: feat(mobile): implement Dark Mode & Dynamic Theming (System Sync) #149
Summary
Implements full Dark Mode support for the QuickEx mobile app. The theme automatically syncs with the user's system settings and can also be manually overridden from the Settings screen — no app restart required.
Closes #149
Changes
light | dark | systempreference support, persisted inAsyncStorage(no restart required)Colorstoken palette in constants/theme.ts with full light and dark token sets (text, surface, border, button, input, status, skeleton, pill)index,security,wallet-connect,payment-confirmation,transactions,quick-receive,transaction-itemcomponentquick-receivekeeps white background in dark mode to ensure readability (per issue requirement)StatusBarstyle based on active color schemeAppThemeProviderin root _layout.tsxAcceptance Criteria
Files Changed — 11 total
A app/mobile/context/ThemeContext.tsx M
app/mobile/constants/theme.ts M
app/mobile/app/_layout.tsx M
app/mobile/app/index.tsx M
app/mobile/app/settings.tsx M
app/mobile/app/security.tsx M
app/mobile/app/wallet-connect.tsx M
app/mobile/app/payment-confirmation.tsx M
app/mobile/app/transactions.tsx M
app/mobile/app/quick-receive.tsx M
app/mobile/components/transaction-item.tsx
Screenshots