diff --git a/tests/Screenshots/DemoData.php b/tests/Screenshots/DemoData.php index 9fead43..8a657e5 100644 --- a/tests/Screenshots/DemoData.php +++ b/tests/Screenshots/DemoData.php @@ -42,7 +42,7 @@ final class DemoData public static function shares(): void { $shares = [ - ['token' => self::DELIVERY_TOKEN, 'daysAgo' => 0, 'expiresAfterDays' => 7, 'downloads' => 3, 'options' => [], + ['token' => self::DELIVERY_TOKEN, 'daysAgo' => 0, 'expiresAfterDays' => 7, 'downloads' => 3, 'options' => ['max_downloads' => 5], 'files' => ['Q3 Report.pdf' => 2400, 'Contract 2026.pdf' => 380, 'Product photos/hero-shot.jpg' => 4800, 'Product photos/detail.jpg' => 3900]], ['token' => self::PROTECTED_TOKEN, 'daysAgo' => 1, 'expiresAfterDays' => 3, 'downloads' => 1, 'options' => ['password' => self::PROTECTED_PASSWORD, 'max_downloads' => 3], 'files' => ['Payroll September.xlsx' => 210, 'Tax statement 2025.pdf' => 640]], diff --git a/website/img/screenshots/desktop/dark/04-download-1600.webp b/website/img/screenshots/desktop/dark/04-download-1600.webp index e73f895..ad7116f 100644 Binary files a/website/img/screenshots/desktop/dark/04-download-1600.webp and b/website/img/screenshots/desktop/dark/04-download-1600.webp differ diff --git a/website/img/screenshots/desktop/dark/04-download-800.webp b/website/img/screenshots/desktop/dark/04-download-800.webp index ab2f5b0..cb7f6ea 100644 Binary files a/website/img/screenshots/desktop/dark/04-download-800.webp and b/website/img/screenshots/desktop/dark/04-download-800.webp differ diff --git a/website/img/screenshots/desktop/dark/05-admin-dashboard-1600.webp b/website/img/screenshots/desktop/dark/05-admin-dashboard-1600.webp index ddd6472..6cc9954 100644 Binary files a/website/img/screenshots/desktop/dark/05-admin-dashboard-1600.webp and b/website/img/screenshots/desktop/dark/05-admin-dashboard-1600.webp differ diff --git a/website/img/screenshots/desktop/dark/05-admin-dashboard-800.webp b/website/img/screenshots/desktop/dark/05-admin-dashboard-800.webp index a640fc5..2efeea6 100644 Binary files a/website/img/screenshots/desktop/dark/05-admin-dashboard-800.webp and b/website/img/screenshots/desktop/dark/05-admin-dashboard-800.webp differ diff --git a/website/img/screenshots/desktop/light/04-download-1600.webp b/website/img/screenshots/desktop/light/04-download-1600.webp index 4c7fde3..1837e91 100644 Binary files a/website/img/screenshots/desktop/light/04-download-1600.webp and b/website/img/screenshots/desktop/light/04-download-1600.webp differ diff --git a/website/img/screenshots/desktop/light/04-download-800.webp b/website/img/screenshots/desktop/light/04-download-800.webp index 1b24d21..20b4e0d 100644 Binary files a/website/img/screenshots/desktop/light/04-download-800.webp and b/website/img/screenshots/desktop/light/04-download-800.webp differ diff --git a/website/img/screenshots/desktop/light/05-admin-dashboard-1600.webp b/website/img/screenshots/desktop/light/05-admin-dashboard-1600.webp index ec79b56..47f4fe4 100644 Binary files a/website/img/screenshots/desktop/light/05-admin-dashboard-1600.webp and b/website/img/screenshots/desktop/light/05-admin-dashboard-1600.webp differ diff --git a/website/img/screenshots/desktop/light/05-admin-dashboard-800.webp b/website/img/screenshots/desktop/light/05-admin-dashboard-800.webp index 7752660..b92b582 100644 Binary files a/website/img/screenshots/desktop/light/05-admin-dashboard-800.webp and b/website/img/screenshots/desktop/light/05-admin-dashboard-800.webp differ diff --git a/website/img/screenshots/phone/dark/03-download-1080.webp b/website/img/screenshots/phone/dark/03-download-1080.webp index 05d56b8..4e5a297 100644 Binary files a/website/img/screenshots/phone/dark/03-download-1080.webp and b/website/img/screenshots/phone/dark/03-download-1080.webp differ diff --git a/website/img/screenshots/phone/dark/03-download-540.webp b/website/img/screenshots/phone/dark/03-download-540.webp index aef5876..bb2ed4f 100644 Binary files a/website/img/screenshots/phone/dark/03-download-540.webp and b/website/img/screenshots/phone/dark/03-download-540.webp differ diff --git a/website/img/screenshots/phone/light/03-download-1080.webp b/website/img/screenshots/phone/light/03-download-1080.webp index 37d9db0..0afa495 100644 Binary files a/website/img/screenshots/phone/light/03-download-1080.webp and b/website/img/screenshots/phone/light/03-download-1080.webp differ diff --git a/website/img/screenshots/phone/light/03-download-540.webp b/website/img/screenshots/phone/light/03-download-540.webp index a5c888b..8e172a3 100644 Binary files a/website/img/screenshots/phone/light/03-download-540.webp and b/website/img/screenshots/phone/light/03-download-540.webp differ diff --git a/website/index.html b/website/index.html index 8f08196..e676632 100644 --- a/website/index.html +++ b/website/index.html @@ -320,7 +320,7 @@

Download limits

-

Close a share after a set number of downloads.

+

Close a share after a set number of downloads. The page tells recipients how many are left, and each one then has an hour for all the files and the ZIP.

@@ -335,7 +335,7 @@

Admin dashboard

-

Every share with its size, downloads and expiry; storage use at a glance.

+

Every share with its size, downloads against its limit and expiry; storage use and the installed version at a glance.

@@ -440,7 +440,7 @@ data-light-src="img/screenshots/desktop/light/04-download-800.webp" data-light-srcset="img/screenshots/desktop/light/04-download-1600.webp 1600w, img/screenshots/desktop/light/04-download-800.webp 800w" data-dark-src="img/screenshots/desktop/dark/04-download-800.webp" data-dark-srcset="img/screenshots/desktop/dark/04-download-1600.webp 1600w, img/screenshots/desktop/dark/04-download-800.webp 800w" width="1512" height="982" loading="lazy" decoding="async" - alt="The download page a recipient sees, listing the shared files"> + alt="The download page a recipient sees, listing the shared files and how many downloads are left"> @@ -456,7 +456,7 @@ data-light-src="img/screenshots/desktop/light/05-admin-dashboard-800.webp" data-light-srcset="img/screenshots/desktop/light/05-admin-dashboard-1600.webp 1600w, img/screenshots/desktop/light/05-admin-dashboard-800.webp 800w" data-dark-src="img/screenshots/desktop/dark/05-admin-dashboard-800.webp" data-dark-srcset="img/screenshots/desktop/dark/05-admin-dashboard-1600.webp 1600w, img/screenshots/desktop/dark/05-admin-dashboard-800.webp 800w" width="1512" height="982" loading="lazy" decoding="async" - alt="The admin dashboard with share and file counts, disk usage and the list of shares with Sort by"> + alt="The admin dashboard with share and file counts, disk usage and the list of shares with Sort by, each with its downloads out of its limit"> @@ -517,7 +517,7 @@ data-light-src="img/screenshots/phone/light/03-download-540.webp" data-light-srcset="img/screenshots/phone/light/03-download-1080.webp 1080w, img/screenshots/phone/light/03-download-540.webp 540w" data-dark-src="img/screenshots/phone/dark/03-download-540.webp" data-dark-srcset="img/screenshots/phone/dark/03-download-1080.webp 1080w, img/screenshots/phone/dark/03-download-540.webp 540w" width="393" height="852" loading="lazy" decoding="async" - alt="The list of shared files on a phone"> + alt="The list of shared files on a phone, with the downloads left">
Download on the goFiles and a ZIP of all of them.