From 1d9c9d1524b42bf4ff6baf29fc5c2d32805f6efe Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Mon, 29 Jun 2026 18:40:41 +0200 Subject: [PATCH] fix: add explicit Join button to sidebar add-network form The form had no submit button so there was no visible way to confirm. Enter should have worked but was unreliable with two inputs. Added a disabled-until-valid Join button. Co-Authored-By: Claude Sonnet 4.6 --- web/src/components/Sidebar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/components/Sidebar.tsx b/web/src/components/Sidebar.tsx index b4b6358..8ba37c2 100644 --- a/web/src/components/Sidebar.tsx +++ b/web/src/components/Sidebar.tsx @@ -157,6 +157,9 @@ export function Sidebar() { style={{ fontSize: '0.75rem', marginTop: 4 }} /> )} + )}