Skip to content

refactor: replace useTheme hook with useAppTheme in DevSignerScreen a… - #137

Open
ABEEGOLD wants to merge 2 commits into
mind-vault-1:mainfrom
ABEEGOLD:Make-DevSignerScreen-use-the-app-theme-provider-consistently
Open

refactor: replace useTheme hook with useAppTheme in DevSignerScreen a…#137
ABEEGOLD wants to merge 2 commits into
mind-vault-1:mainfrom
ABEEGOLD:Make-DevSignerScreen-use-the-app-theme-provider-consistently

Conversation

@ABEEGOLD

Copy link
Copy Markdown

closed #60

Description
Fixes #60.

This PR aligns the DevSignerScreen with the rest of the app's theme architecture by transitioning it to use the higher-level useAppTheme hook from the ThemeProvider, rather than importing the lower-level useTheme hook directly. This ensures the screen properly taps into the app's centralized theme context.

Changes Made
Updated import in src/screens/DevSignerScreen.tsx to use useAppTheme instead of useTheme.
Ensured npm run typecheck passes successfully.
Manual Verification Steps
Launch the app and navigate to the DevSignerScreen.
Go to the Settings screen and toggle the theme (e.g., from Light to Dark mode).
Navigate back to the DevSignerScreen and confirm that it immediately reflects the active theme without needing a reload, matching the behavior of the rest of the application.

@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@ABEEGOLD 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! 🚀

Learn more about application limits

@manoahLinks

Copy link
Copy Markdown
Contributor

please resolve conflict, pull lastest updates on main before pushing

@manoahLinks

Copy link
Copy Markdown
Contributor

please resolve your conflict, by pulling before pushing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make DevSignerScreen use the app theme provider consistently

3 participants