From 5cb3f4a180ac761df9efd0eda33bd76e270fb1b8 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 19 Mar 2026 13:40:01 +0100 Subject: [PATCH] Add notice on how to restart wizard --- web/public/css/style.css | 6 ++++++ web/public/index.html | 2 ++ 2 files changed, 8 insertions(+) diff --git a/web/public/css/style.css b/web/public/css/style.css index 0a3c771..7d0630b 100644 --- a/web/public/css/style.css +++ b/web/public/css/style.css @@ -832,6 +832,12 @@ input[type="file"] { font-size: 0.88rem; } +.restart-hint { + margin-top: 1.5rem; + font-size: 0.78rem; + color: var(--text-muted); +} + .error-log { margin-top: 0.75rem; padding: 0.75rem 1rem; diff --git a/web/public/index.html b/web/public/index.html index b69f289..6665c22 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -282,6 +282,7 @@ Safely eject your Kobo and let it reboot. NickelMenu will be automatically removed during the reboot.

+

You can always restart the entire flow by reloading the page.

@@ -356,6 +357,7 @@
  • The device will reboot and apply the patches automatically.
  • +

    You can always restart the entire flow by reloading the page.