Skip to content

feat(ui): Add menubar and device status indicators for cellular networks - #266

Open
DinanathDash wants to merge 1 commit into
sameerasw:developfrom
DinanathDash:feat/cellular-network-status-ui
Open

feat(ui): Add menubar and device status indicators for cellular networks#266
DinanathDash wants to merge 1 commit into
sameerasw:developfrom
DinanathDash:feat/cellular-network-status-ui

Conversation

@DinanathDash

@DinanathDash DinanathDash commented Jun 30, 2026

Copy link
Copy Markdown

Description

This pull request introduces comprehensive support for displaying cellular network telemetry in the macOS menubar and the in-app device status view.

This PR is part 1 of a split from #262, specifically isolating the UI and core logic changes for easier review.

Key Features

  • Menubar Integration (MenuBarManager.swift): Dynamically displays the connected device's cellular network status (e.g., "5G", "LTE", "No Signal") alongside existing battery and Wi-Fi indicators.
  • Device Status View (DeviceStatusView.swift): Enriches the home screen dashboard with cellular carrier and technology information.
  • User Preferences (MenubarSettingsView.swift): Adds a new configuration toggle allowing users to show or hide the network status in the menubar. Also introduces a "none" battery style to fully disable battery display if desired.
  • Telemetry Parsing (WebSocketServer+Handlers.swift & DeviceStatus.swift): Extends the core state models and WebSocket handlers to process incoming cellular telemetry payloads from the mobile app.
  • Localization (en.json): Adds English localization strings for the new network states and settings labels.

Motivation

As users increasingly rely on cellular connections, exposing this telemetry directly in the macOS menubar provides a seamless way to monitor device connectivity without opening the main app window.

@DinanathDash DinanathDash changed the title feat: add cellular network status to menubar and device status view feat(ui): Add menubar and device status indicators for cellular networks Jun 30, 2026
@sameerasw

Copy link
Copy Markdown
Owner

The Android PR is no ready

@sameerasw
sameerasw marked this pull request as draft July 11, 2026 09:59
@DinanathDash

Copy link
Copy Markdown
Author

The Android PR is no ready

Hey @sameerasw , the android PR is ready now.

@DinanathDash
DinanathDash marked this pull request as ready for review July 18, 2026 06:13
@sameerasw sameerasw added the enhancement New feature or request label Jul 18, 2026
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

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants