From 08cb6993a8ce7795121711100aa039015309e731 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 14 Aug 2025 16:04:40 +0200 Subject: [PATCH] install/progress: display usb-stick --- .../src/workflows/Install/Install.stories.tsx | 2 +- .../workflows/Install/steps/createInstaller.tsx | 17 ++++++++++++++--- .../workflows/Install/steps/installSteps.tsx | 13 +++++++++---- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/pkgs/clan-app/ui/src/workflows/Install/Install.stories.tsx b/pkgs/clan-app/ui/src/workflows/Install/Install.stories.tsx index 70e5b45ea..c7f739909 100644 --- a/pkgs/clan-app/ui/src/workflows/Install/Install.stories.tsx +++ b/pkgs/clan-app/ui/src/workflows/Install/Install.stories.tsx @@ -127,7 +127,7 @@ const mockFetcher: Fetcher = ( ], }, ], - run_generators: true, + run_generators: null, get_machine_hardware_summary: { hardware_config: "nixos-facter", }, diff --git a/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx b/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx index c8fd3ac4d..50bea450d 100644 --- a/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx +++ b/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx @@ -19,6 +19,7 @@ import Icon from "@/src/components/Icon/Icon"; import { useSystemStorageOptions } from "@/src/hooks/queries"; import { useApiClient } from "@/src/hooks/ApiClient"; import { onMount } from "solid-js"; +import cx from "classnames"; const Prose = () => ( { )} { }; return ( -
-
+
+ usb logo +
{