From 80d90387b8ca7929ef9a63d0662f2c71e635f56a Mon Sep 17 00:00:00 2001 From: Keep Creating Online <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 4 Feb 2025 00:23:37 -0500 Subject: [PATCH] added v2 note restrictions to enable upgrade path from v2 onward. --- .vscode/settings.json | 5 +- src/components/application-form.html | 2 +- src/components/bug-fix-form.html | 2 +- src/components/content-appeals-form.html | 2 +- src/components/feature-request-form.html | 2 +- src/components/general-feedback-form.html | 2 +- src/index.html | 4 + src/js/app.js | 34 +-- src/js/lists.js | 1 + src/js/nostr.js | 249 ++++++++++------------ src/js/webtorrent.js | 37 ++-- src/sw.min.js | 63 ++++-- 12 files changed, 208 insertions(+), 195 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5e21cd9..d2ac1be 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,3 @@ { - "liveServer.settings.root": "/src" - } - \ No newline at end of file + "liveServer.settings.root": "./src" +} diff --git a/src/components/application-form.html b/src/components/application-form.html index 27ff323..0bdb81a 100644 --- a/src/components/application-form.html +++ b/src/components/application-form.html @@ -67,7 +67,7 @@