From 4d969864a505c8138366044606d179544d0cef03 Mon Sep 17 00:00:00 2001 From: metacryst Date: Thu, 18 Dec 2025 17:18:09 -0600 Subject: [PATCH] transition from parchment to downloads --- db/forms.js | 0 server/index.html | 4 +- server/index.js | 23 +- ui/_/code/quill.js | 676 ++++++++++++++++++++++---------- ui/_/code/shared.css | 1 + ui/components/DownloadsPanel.js | 94 +++++ ui/components/Home.js | 76 +--- ui/components/HomePanel.js | 7 + ui/components/NavMenu.js | 37 ++ ui/index.html | 4 +- 10 files changed, 651 insertions(+), 271 deletions(-) create mode 100644 db/forms.js create mode 100644 ui/components/DownloadsPanel.js create mode 100644 ui/components/HomePanel.js create mode 100644 ui/components/NavMenu.js diff --git a/db/forms.js b/db/forms.js new file mode 100644 index 0000000..e69de29 diff --git a/server/index.html b/server/index.html index 17d8b68..eb0c305 100644 --- a/server/index.html +++ b/server/index.html @@ -2,7 +2,7 @@ - Downloads + Parchment