Skip to content

Commit 6ce553f

Browse files
committed
update
1 parent e44702b commit 6ce553f

File tree

2 files changed

+66
-27
lines changed

2 files changed

+66
-27
lines changed

src/pages/get-supporter-edition.astro

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ const metadata = {
8282
icon: 'tabler:plus',
8383
},
8484
{
85-
description: 'Upload quota per user.',
86-
icon: 'tabler:plus',
87-
},
88-
{
89-
description: 'User groups.',
85+
description: 'User groups & upload quotas.',
9086
icon: 'tabler:plus',
9187
},
9288
{
@@ -105,6 +101,14 @@ const metadata = {
105101
description: 'Extended customizations.',
106102
icon: 'tabler:plus',
107103
},
104+
{
105+
description: 'Webshop integration.',
106+
icon: 'tabler:plus',
107+
classes: {
108+
icon_bg: 'bg-neutral-400',
109+
icon: 'text-white',
110+
},
111+
},
108112
{
109113
description: 'more to come...',
110114
icon: 'tabler:question-mark',
@@ -352,6 +356,36 @@ const metadata = {
352356
available: [false, true],
353357
},
354358

359+
{
360+
feature: 'Webshop integration',
361+
isHeader: true,
362+
isSoon: true,
363+
},
364+
{
365+
feature: 'Custom pricing (per size & license type)',
366+
available: [false, true],
367+
},
368+
{
369+
feature: 'Basket control flow',
370+
available: [false, true],
371+
},
372+
{
373+
feature: 'Mollie payment integration',
374+
available: [false, true],
375+
},
376+
{
377+
feature: 'Offline payment support',
378+
available: [false, true],
379+
},
380+
{
381+
feature: 'Order administration',
382+
available: [false, true],
383+
},
384+
{
385+
feature: 'Download links management',
386+
available: [false, true],
387+
},
388+
355389
{
356390
feature: 'Timeline',
357391
isHeader: true,
@@ -483,7 +517,6 @@ const metadata = {
483517
{
484518
feature: 'Import via Web UI',
485519
available: [true, true],
486-
isSoon: true,
487520
},
488521
{
489522
feature: 'Fast duplicate detection by filename/title',

src/pages/support.astro

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const metadata = {
4343
title="Statistics."
4444
stats={[
4545
{ title: 'Started', amount: '2018' },
46-
{ title: 'Devs', amount: '6' },
46+
{ title: 'Devs', amount: '4' },
4747
{ title: 'Lines of Code', amount: '84K' },
4848
]}
4949
/>
@@ -95,22 +95,6 @@ Processed 4742265 bytes, 4.742 megabytes (SI)
9595
},
9696
description: 'Main reviewer.',
9797
},
98-
{
99-
title: 'ppshobi (Shobi)',
100-
image: {
101-
src: 'https://avatars.githubusercontent.com/u/8536607?v=4',
102-
alt: 'ppshobi',
103-
},
104-
description: 'dev.',
105-
},
106-
{
107-
title: 'sancsin',
108-
image: {
109-
src: 'https://avatars.githubusercontent.com/u/75096844?v=4',
110-
alt: 'sancsin',
111-
},
112-
description: 'dev.',
113-
},
11498
{
11599
title: 'JasonMillward (Jason)',
116100
image: {
@@ -120,13 +104,21 @@ Processed 4742265 bytes, 4.742 megabytes (SI)
120104
description: 'reviewer.',
121105
},
122106
{
123-
title: 'RonnieTaz (Vicent Simon)',
107+
title: 'cdzombak (Chris Dzombak)',
124108
image: {
125-
src: 'https://avatars.githubusercontent.com/u/67832502?v=4',
126-
alt: 'RonnieTaz',
109+
src: 'https://avatars.githubusercontent.com/u/102904?v=4',
110+
alt: 'cdzombak',
127111
},
128-
description: 'reviewer.',
112+
description: 'dev.',
129113
},
114+
// {
115+
// title: 'RonnieTaz (Vicent Simon)',
116+
// image: {
117+
// src: 'https://avatars.githubusercontent.com/u/67832502?v=4',
118+
// alt: 'RonnieTaz',
119+
// },
120+
// description: 'reviewer.',
121+
// },
130122
]}
131123
/>
132124

@@ -307,6 +299,20 @@ Processed 4742265 bytes, 4.742 megabytes (SI)
307299
alt: 'bennetscience (Brian)',
308300
},
309301
},
302+
{
303+
title: 'ppshobi (Shobi)',
304+
image: {
305+
src: 'https://avatars.githubusercontent.com/u/8536607?v=4',
306+
alt: 'ppshobi',
307+
},
308+
},
309+
{
310+
title: 'sancsin',
311+
image: {
312+
src: 'https://avatars.githubusercontent.com/u/75096844?v=4',
313+
alt: 'sancsin',
314+
},
315+
},
310316
]}
311317
/>
312318

0 commit comments

Comments
 (0)