From be04531a127fc832396b6024e17b37d9ab481caa Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 5 Jul 2026 22:47:45 +0100 Subject: [PATCH] feat: add manual reset instructions for local data clearing --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index 243d1e9..2004557 100644 --- a/index.html +++ b/index.html @@ -235,6 +235,18 @@ id="btn-reset-local" value="Clear all local data" /> +
+ Manual Reset Instructions +
+

If the automatic reset parameter fails, perform a manual reset in your browser:

+
    +
  1. Open Developer Tools by pressing F12 or Ctrl+Shift+I (Cmd+Option+I on Mac).
  2. +
  3. Navigate to the Application tab (Chrome/Edge) or Storage tab (Firefox).
  4. +
  5. Locate storage items and select Clear Site Data or delete entries under IndexedDB, Local Storage, and Session Storage.
  6. +
  7. Reload the page.
  8. +
+
+