Tags: statico/meshtastic-cli
Tags
v1.8.2: Flickering reduction improvements - Memoized all major UI components (PacketList, ChatPanel, DMPanel, NodesPanel, LogPanel) - Isolated animation components (AnimatedDots, LiveIndicator) to prevent cascading re-renders - Implemented batched packet updates (100ms debounce) to reduce render frequency - Custom comparison functions ensure components only re-render when data actually changes This release significantly reduces UI flickering when: - Packets are loading rapidly - Waiting-for-ACK indicators are animating - LIVE pulsing indicator is updating - Switching between different views
Fix connection regression: restore default HTTP port 80 behavior - Fix port handling: only add port if explicitly provided via --port flag - Restore old behavior where addresses without ports use default HTTP port (80) - Keep status as 'connecting' while actively retrying instead of immediately showing 'disconnected' - Show error reason in footer when disconnected - Fix missing dependencies in connection effect (useTls, httpPort, insecure) - Restore initial connection test for immediate feedback Fixes issue where connections to devices on default HTTP port (80) were broken after commit 02865a4 which incorrectly defaulted to port 4403.
PreviousNext