From 75beb0e28239d34e89c17d51bcbc0b9bf5bd9c0f Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Tue, 2 Jan 2024 23:41:05 -0700 Subject: [PATCH] Bare Server Switching done (almost) --- index.html | 1 + public/libs/localforage.js | 2816 ++++++++++++++++++++++++++++++ public/sw.js | 59 +- src/locales/en.json | 4 + src/pages/Settings/BareInput.tsx | 25 + src/pages/Settings/Proxy.tsx | 10 + src/util/IDB.js | 13 + 7 files changed, 2909 insertions(+), 19 deletions(-) create mode 100644 public/libs/localforage.js create mode 100644 src/pages/Settings/BareInput.tsx create mode 100644 src/util/IDB.js diff --git a/index.html b/index.html index ca884aa..4538368 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ +