Describe SealShare 2.2 on the website
The download page and the admin dashboard screenshots are retaken for 2.2: the demo delivery share now has a download limit, so the download page shows how many downloads are left and the dashboard shows "3 of 5 downloads" beside the full-width Sort by field. The download limit and admin dashboard features mention the remaining downloads, the hour a recipient then has for the files, and the installed version, and the alt texts match the new screenshots. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
e051aa1aec
commit
2c1ed8b720
@@ -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]],
|
||||
|
||||
Reference in New Issue
Block a user