From 22689425328e375674742dbdccf8bad133a79767 Mon Sep 17 00:00:00 2001 From: hadi Date: Fri, 6 Oct 2023 15:28:52 +0200 Subject: [PATCH] WIP livefeedback: - Make download/upload chunks possible (uses indexedDB) - Give user an option to download at the end of the session - Implement auto upload switch --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f7f8c88906..ae51768880 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,7 @@ "blueimp-gallery": "^3.4.0", "colortranslator": "^1.9.2", "core-js": "^3.29.1", + "dexie": "^3.2.4", "lit": "^2.7.5", "lit-flatpickr": "^0.3.0", "shortcut-buttons-flatpickr": "^0.4.0",