From 1897b7bb06143a5ea40c87d213c07f6540ddad5e Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Fri, 22 Aug 2025 12:15:16 +0100 Subject: [PATCH] feat(ui): use NavSection in installer workflow --- .../src/workflows/Install/steps/Initial.tsx | 101 +++--------------- 1 file changed, 17 insertions(+), 84 deletions(-) diff --git a/pkgs/clan-app/ui/src/workflows/Install/steps/Initial.tsx b/pkgs/clan-app/ui/src/workflows/Install/steps/Initial.tsx index 8c048fd8c..7747a8bc8 100644 --- a/pkgs/clan-app/ui/src/workflows/Install/steps/Initial.tsx +++ b/pkgs/clan-app/ui/src/workflows/Install/steps/Initial.tsx @@ -3,53 +3,20 @@ import { InstallSteps } from "../install"; import { Typography } from "@/src/components/Typography/Typography"; import { Button } from "@/src/components/Button/Button"; import { StepLayout } from "../../Steps"; +import { NavSection } from "@/src/components/NavSection/NavSection"; const ChoiceLocalOrRemote = () => { const stepSignal = useStepper(); return (
-
-
-
- - I have physical access to the machine. - -
-
-
-
-
-
- - The Machine is remote and i have ssh access to it. - -
-
-
+ stepSignal.setActiveStep("local:choice")} + /> + stepSignal.setActiveStep("install:address")} + />
); }; @@ -60,48 +27,14 @@ const ChoiceLocalInstaller = () => { -
-
-
- - I have an installer - -
-
-
-
-
-
- - I don't have an installer, yet - -
-
-
+ stepSignal.setActiveStep("install:address")} + /> + stepSignal.setActiveStep("create:prose")} + /> } footer={