From 8e71699ceb765d1424464860a32ed8ab1b8a5d1e Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 19 Feb 2026 10:07:33 -0800 Subject: [PATCH] Move install CLI command from dashboard header to settings page --- src/client/components/DashboardLanding.tsx | 4 ---- src/client/components/SettingsPage.tsx | 7 +++++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/client/components/DashboardLanding.tsx b/src/client/components/DashboardLanding.tsx index 6800749..9db113c 100644 --- a/src/client/components/DashboardLanding.tsx +++ b/src/client/components/DashboardLanding.tsx @@ -5,7 +5,6 @@ import { AppSelectorChevron, DashboardContainer, DashboardHeader, - DashboardInstallCmd, DashboardTitle, SettingsGear, StatusDot, @@ -50,9 +49,6 @@ export function DashboardLanding({ render }: { render: () => void }) { )} - - curl -fsSL {location.origin}/install | bash - diff --git a/src/client/components/SettingsPage.tsx b/src/client/components/SettingsPage.tsx index bebaf1f..2c2f325 100644 --- a/src/client/components/SettingsPage.tsx +++ b/src/client/components/SettingsPage.tsx @@ -3,6 +3,7 @@ import { getWifiConfig, saveWifiConfig } from '../api' import { setCurrentView } from '../state' import { Button, + DashboardInstallCmd, FormActions, FormField, FormInput, @@ -52,6 +53,12 @@ export function SettingsPage({ render }: { render: () => void }) { +
+ Install CLI + + curl -fsSL {location.origin}/install | bash + +
WiFi