From 234c34f78057546eeb63451967e661958d295a9c Mon Sep 17 00:00:00 2001 From: Ben <36240171+benkyd@users.noreply.github.com> Date: Tue, 19 Apr 2022 21:42:34 +0100 Subject: [PATCH] smaller images Former-commit-id: dde678d5fa343d18dcf0c82ef7a07936c676bfea --- client/public/about/index.html | 1 + client/public/basket/index.html | 39 +++ client/public/components/basket-popout.mjs | 228 ++++++++++++++++++ client/public/components/basket.mjs | 205 +--------------- client/public/components/product-listing.mjs | 2 +- .../public/components/templates/navbar.html | 2 +- .../components/templates/notificationbar.html | 2 +- client/public/featured/index.html | 1 + client/public/index.html | 1 + client/public/product/index.html | 1 + client/public/search/index.html | 1 + db/image-smallinator.js | 50 ++++ package-lock.json | 13 +- package.json | 3 +- src/controllers/controller-master.js | 5 +- src/first-time-run.js | 26 +- src/routes/content-delivery.js | 0 17 files changed, 358 insertions(+), 222 deletions(-) create mode 100644 client/public/basket/index.html create mode 100644 client/public/components/basket-popout.mjs create mode 100644 db/image-smallinator.js delete mode 100644 src/routes/content-delivery.js diff --git a/client/public/about/index.html b/client/public/about/index.html index 0ec73a7..7ea7a90 100644 --- a/client/public/about/index.html +++ b/client/public/about/index.html @@ -23,6 +23,7 @@ + diff --git a/client/public/basket/index.html b/client/public/basket/index.html new file mode 100644 index 0000000..94d0e8d --- /dev/null +++ b/client/public/basket/index.html @@ -0,0 +1,39 @@ + +
+