Skip to content

Commit aa66f2f

Browse files
committed
fix listing
1 parent 77bbaa8 commit aa66f2f

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

src/pages/get-supporter-edition.astro

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ const metadata = {
5151
{
5252
description: 'Unlimited albums.',
5353
},
54+
{
55+
description: 'Unlimited tags.',
56+
},
5457
{
5558
description: 'Unlimited photo upload.',
5659
},
@@ -94,6 +97,10 @@ const metadata = {
9497
description: 'Secured image links.',
9598
icon: 'tabler:plus',
9699
},
100+
{
101+
description: 'Watermarking.',
102+
icon: 'tabler:plus',
103+
},
97104
{
98105
description: 'Extended customizations.',
99106
icon: 'tabler:plus',
@@ -123,7 +130,7 @@ const metadata = {
123130
title="Full comparison<sup class='text-xl'>*</sup>"
124131
tagline="the essentials and a few more"
125132
products={['Free', 'Lychee <span class="text-sky-600 dark:text-sky-300">SE</span>']}
126-
extra="<sup>*</sup> This table is summary of Lychee's functionalities and does not represent the large amount of configurations available (200+).<br>\
133+
extra="<sup>*</sup> This table is summary of Lychee's functionalities and does not represent the large amount of configurations available (250+).<br>\
127134
<sup>**</sup> Some languages are still untranslated. Any translations provided via <a class='text-sky-600 dark:text-sky-300 underline hover:text-sky-400 dark:hover:text-sky-500' href='https://weblate.lycheeorg.dev'>weblate</a> will be appreciated.<br>\
128135
<sup>***</sup> This option is not available on <span class='text-sky-600 dark:text-sky-300'>SE</span> as they are already hidden."
129136
specs={[
@@ -296,6 +303,7 @@ const metadata = {
296303
{
297304
feature: 'Custom strategy: opt-in vs auto',
298305
available: [false, true],
306+
isSoon: true,
299307
},
300308
{
301309
feature: 'Compact mode for flow cards',
@@ -334,7 +342,6 @@ const metadata = {
334342
{
335343
feature: 'Watermarking',
336344
isHeader: true,
337-
isSoon: true,
338345
},
339346
{
340347
feature: 'Custom image as watermark',
@@ -348,7 +355,6 @@ const metadata = {
348355
{
349356
feature: 'Timeline',
350357
isHeader: true,
351-
isSoon: true,
352358
},
353359
{
354360
feature: 'Standalone page',
@@ -461,6 +467,10 @@ const metadata = {
461467
feature: 'Personal favourites',
462468
available: [false, true],
463469
},
470+
{
471+
feature: 'Renaming rules on import/upload',
472+
available: [false, true],
473+
},
464474

465475
{
466476
feature: 'Sync with local directories',
@@ -470,6 +480,11 @@ const metadata = {
470480
feature: 'Import via CLI',
471481
available: [true, true],
472482
},
483+
{
484+
feature: 'Import via Web UI',
485+
available: [true, true],
486+
isSoon: true,
487+
},
473488
{
474489
feature: 'Fast duplicate detection by filename/title',
475490
available: [true, true],

0 commit comments

Comments
 (0)