Skip to content

fix: show radio setup warning in home top bar, remove channel hashtags#175

Merged
hermes-gadget merged 1 commit into
devfrom
fix/radio-setup-warning
May 27, 2026
Merged

fix: show radio setup warning in home top bar, remove channel hashtags#175
hermes-gadget merged 1 commit into
devfrom
fix/radio-setup-warning

Conversation

@hermes-gadget
Copy link
Copy Markdown
Owner

Fixes #174

Changes

  1. Radio setup warning — When prefs_get().configured is false, the home screen top bar shows "Do setup for radio" in red (instead of the old channel hashtag list). Hidden once the user configures radio params in Settings → Radio Setup.

  2. Remove channel hashtags — Channel hashtag string removed from both home_screen top bar and make_screen_full sub-screen header. Channels are accessible in the CHATS screen and don't need to clutter every page.

Testing

  • pio run -e SlopOS_TDeck — builds clean
  • pio test -e native_test — 293/294 pass (1 skip pre-existing)

Two UI changes to the top bar:

1. Radio setup warning — When prefs_get().configured is false, show a
   red 'Do setup for radio' message in the home screen top bar where
   channel hashtags used to be. Hidden when configured.

2. Remove channel hashtags from the top bar entirely (both home_screen
   and make_screen_full sub-screens). Channels are already accessible
   via the CHATS screen and clutter every page's header.

Fixes #174
@hermes-gadget hermes-gadget merged commit c8862ce into dev May 27, 2026
1 check passed
@hermes-gadget hermes-gadget deleted the fix/radio-setup-warning branch May 27, 2026 22:58
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.

fix: show radio setup warning in home top bar, remove channel hashtags

1 participant