mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
Two fixes from on-device testing: - Node navigation was bound to a bare Enter in the detail view, which was undiscoverable. Hold Enter now opens an Options popup (Navigate / Ping), consistent with the rest of the UI. Navigate opens the shared NavView; Ping runs the ping and shows its result. - The ping popup always carried three result rows (RTT / SNR out / SNR back) even before a ping, so the user could scroll onto blank rows. The menu is now rebuilt to contain only "Send" plus the result lines that are actually populated, growing in place as the reply arrives. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>