SettingsView — fix network status section (SSID, NAS reachability, refresh button) #6

Open
opened 2026-05-18 07:34:00 +00:00 by kutesir · 0 comments
Owner

Description

The LAN Trigger section shows stale or missing SSID and reachability state.

Fix

  • Show current SSID via LANMonitor.shared.currentSSID (nil → "Not connected")
  • Show NAS reachability dot: green/red/grey for connected/offline/unknown
  • Add "Check now" button that calls LANMonitor.shared.checkNASReachability()
  • Trusted SSIDs list: show current SSID with a one-tap "Add" button when not already trusted
## Description The LAN Trigger section shows stale or missing SSID and reachability state. ## Fix - Show current SSID via `LANMonitor.shared.currentSSID` (nil → "Not connected") - Show NAS reachability dot: green/red/grey for connected/offline/unknown - Add "Check now" button that calls `LANMonitor.shared.checkNASReachability()` - Trusted SSIDs list: show current SSID with a one-tap "Add" button when not already trusted
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kutesir/Kisani#6
No description provided.