Skip to content

Refactor: Only show advanced and app settings for local node#4290

Merged
jamesarich merged 3 commits into
mainfrom
feat/local-settings
Jan 25, 2026
Merged

Refactor: Only show advanced and app settings for local node#4290
jamesarich merged 3 commits into
mainfrom
feat/local-settings

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

Wrapped the "Advanced" settings card in RadioConfig.kt and the "App Settings" card in SettingsScreen.kt with an if (state.isLocal) check. This ensures these settings are only displayed when connected to the local device.

Wrapped the "Advanced" settings card in `RadioConfig.kt` and the "App Settings" card in `SettingsScreen.kt` with an `if (state.isLocal)` check. This ensures these settings are only displayed when connected to the local device.
@github-actions github-actions Bot added the enhancement New feature or request label Jan 22, 2026
@codecov

codecov Bot commented Jan 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (bd4cb80) to head (0d329be).
⚠️ Report is 5 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4290   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          3       3           
  Lines         23      23           
  Branches       7       7           
=====================================
  Misses        23      23           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Jan 24, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Jan 24, 2026
# Conflicts:
#	feature/settings/src/main/kotlin/org/meshtastic/feature/settings/SettingsScreen.kt
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@jamesarich jamesarich enabled auto-merge January 25, 2026 03:00
@jamesarich jamesarich added this pull request to the merge queue Jan 25, 2026
Merged via the queue into main with commit 71628ca Jan 25, 2026
9 checks passed
@jamesarich jamesarich deleted the feat/local-settings branch January 25, 2026 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant