From a34878fcb989a66252e273886880ed57705d947c Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Tue, 12 Jan 2021 20:42:23 -0800 Subject: [PATCH] clearing things up --- creator/index.php | 28 ++++++++++++++++++++-------- css/style-5.css | 8 ++++---- js/creator-1.js | 2 +- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/creator/index.php b/creator/index.php index e63e572e..81f46c73 100644 --- a/creator/index.php +++ b/creator/index.php @@ -321,19 +321,31 @@
- +
Save your current card
+
Load a saved card
- +
Delete selected card
+
-
Download/upload lists of saved cards
- - +
Download all saved cards
+ +
Upload previously downloaded cards
+ +
Delete ALL saved cards
+
-
-
Deletes ALL saved cards
- +
+ +
+
Cards are saved on your computer under your browser's localstorage, which usually has a limit of 5MB and cannot be changed.
+
Unfortunately, this means that if you save a lot of cards, you could run out of space.
+
Your localstorage runs out of space especially fast when you upload images directly from your computer, because the image itself has to be saved. However, if possible, uploading images via URL will save massive amounts of space, allowing you to save many more cards.
+
And if you do run out of space, don't worry. You can download all saved cards, then delete all saved cards, freeing up all 5MB of space, and you can then reupload the downloaded cards via the file upload, under "Upload previously downloaded cards".
+