From 7c54cdd6120a3afdcb74d7e266703ec21d915f54 Mon Sep 17 00:00:00 2001 From: Klemek Date: Mon, 17 Mar 2025 12:45:53 +0100 Subject: [PATCH] server/client workflow --- eslint.config.mjs | 2 - index.html | 39 ++- main.js | 367 +++++++++++++---------- package-lock.json | 738 +++++++++++++++++++++++++++++++++++++--------- package.json | 5 +- 5 files changed, 838 insertions(+), 313 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 3314c6e..ae7abda 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -9,9 +9,7 @@ export default [ languageOptions: { globals: { ...globals.browser, - lucide: "readonly", Peer: "readonly", - streamSaver: "readonly", }, }, }, diff --git a/index.html b/index.html index 727ad06..573cf26 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,12 @@ File Whizz - - + @@ -30,27 +30,42 @@

- +

-