Skip to content

feat: add app diagnostics screen for development builds - #519

Merged
El-swaggerito merged 2 commits into
Axionvera:mainfrom
mayborn005:feat/diagnostics-screen
Jul 29, 2026
Merged

feat: add app diagnostics screen for development builds#519
El-swaggerito merged 2 commits into
Axionvera:mainfrom
mayborn005:feat/diagnostics-screen

Conversation

@mayborn005

Copy link
Copy Markdown
Contributor

Add a development-only diagnostics screen that displays non-sensitive
app and network information for debugging purposes.

The screen shows:

  • App version, name, and SDK version
  • Platform and build mode
  • Network configuration (Stellar network, passphrase)
  • Service endpoints (Horizon host, Soroban RPC host, vault contract status)
  • Wallet state (connection status, truncated public key)
  • Security info (secure storage availability, biometric support)
  • Recent errors summary when applicable

Security measures:

  • Screen is gated to DEV mode only (redirects to tabs in production)
  • Secret keys are never displayed
  • Public keys are truncated (first 6 + last 6 characters)
  • Only non-sensitive configuration values are shown

Also fixes issues in settings.tsx:

  • Properly uses useTheme() hook for theming
  • Adds missing imports (Switch)
  • Uses dynamic colors throughout

Closes #95

Add a development-only diagnostics screen that displays non-sensitive
app and network information for debugging purposes.

The screen shows:
- App version, name, and SDK version
- Platform and build mode
- Network configuration (Stellar network, passphrase)
- Service endpoints (Horizon host, Soroban RPC host, vault contract status)
- Wallet state (connection status, truncated public key)
- Security info (secure storage availability, biometric support)
- Recent errors summary when applicable

Security measures:
- Screen is gated to __DEV__ mode only (redirects to tabs in production)
- Secret keys are never displayed
- Public keys are truncated (first 6 + last 6 characters)
- Only non-sensitive configuration values are shown

Also fixes issues in settings.tsx:
- Properly uses useTheme() hook for theming
- Adds missing imports (Switch)
- Uses dynamic colors throughout

Closes Axionvera#95
@El-swaggerito

Copy link
Copy Markdown
Contributor
\nThis PR is currently blocked by merge conflicts.\n\nPlease update the branch with the latest main branch and resolve the conflicts before it can be merged.

@El-swaggerito
El-swaggerito merged commit e7a6d27 into Axionvera:main Jul 29, 2026
1 check passed
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.

Add app diagnostics screen for development builds

3 participants