Improved support for subnet colisions, and attempts to rejoin network.

This commit is contained in:
Ember
2026-03-03 14:32:28 -08:00
parent 120b6c887e
commit 8ab2bd0e5c
8 changed files with 650 additions and 117 deletions
@@ -378,6 +378,12 @@
</p>
{:else if wifiStatus.state === 'connecting'}
<p class="text-xs text-amber-600">Connecting...</p>
{:else if wifiStatus.state === 'recovering'}
<p class="text-xs text-amber-600">Recovering connection...</p>
{:else if wifiStatus.state === 'dataPathDead'}
<p class="text-xs text-amber-600">
Data path stalled, attempting recovery...
</p>
{:else if wifiStatus.state === 'failed'}
<p class="text-xs text-red-600">
Failed: {wifiStatus.error}