Skip to content

feat(connections): Improve connection screen UI and logic#4224

Merged
jamesarich merged 1 commit into
mainfrom
refactor/connection-screen-love
Jan 15, 2026
Merged

feat(connections): Improve connection screen UI and logic#4224
jamesarich merged 1 commit into
mainfrom
refactor/connection-screen-love

Conversation

@jamesarich

@jamesarich jamesarich commented Jan 15, 2026

Copy link
Copy Markdown
Collaborator

This commit introduces several enhancements to the connection screen's user interface and underlying logic for a smoother user experience.

Key changes include:

  • A new "No device selected" empty state is displayed on the connection screen when no device is active.
  • The screen now shows a dedicated "Connecting" state with device info while a connection is being established.
  • MyNodeInfo is now cleared from the database upon initiating a new connection to prevent displaying stale information.
  • The "Add network device" dialog now accepts both IP addresses and domain names.
  • The MeshService is now properly stopped when it's no longer needed in the foreground.
Screen_recording_20260115_084632.mp4

This commit introduces several enhancements to the connection screen's user interface and underlying logic for a smoother user experience.

Key changes include:
- A new "No device selected" empty state is displayed on the connection screen when no device is active.
- The screen now shows a dedicated "Connecting" state with device info while a connection is being established.
- MyNodeInfo is now cleared from the database upon initiating a new connection to prevent displaying stale information.
- The "Add network device" dialog now accepts both IP addresses and domain names.
- The `MeshService` is now properly stopped when it's no longer needed in the foreground.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@github-actions github-actions Bot added the refactor no functional changes label Jan 15, 2026
@jamesarich jamesarich enabled auto-merge January 15, 2026 15:34
@jamesarich jamesarich added this pull request to the merge queue Jan 15, 2026
@codecov

codecov Bot commented Jan 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (8599d1a) to head (e17169d).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4224   +/-   ##
=====================================
  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.

Merged via the queue into main with commit 5a59dcf Jan 15, 2026
9 checks passed
@jamesarich jamesarich deleted the refactor/connection-screen-love branch January 15, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor no functional changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant