diff --git a/src/pages/get-supporter-edition.astro b/src/pages/get-supporter-edition.astro index de28ba4b..6a1de688 100644 --- a/src/pages/get-supporter-edition.astro +++ b/src/pages/get-supporter-edition.astro @@ -82,11 +82,7 @@ const metadata = { icon: 'tabler:plus', }, { - description: 'Upload quota per user.', - icon: 'tabler:plus', - }, - { - description: 'User groups.', + description: 'User groups & upload quotas.', icon: 'tabler:plus', }, { @@ -105,6 +101,14 @@ const metadata = { description: 'Extended customizations.', icon: 'tabler:plus', }, + { + description: 'Webshop integration.', + icon: 'tabler:plus', + classes: { + icon_bg: 'bg-neutral-400', + icon: 'text-white', + }, + }, { description: 'more to come...', icon: 'tabler:question-mark', @@ -352,6 +356,36 @@ const metadata = { available: [false, true], }, + { + feature: 'Webshop integration', + isHeader: true, + isSoon: true, + }, + { + feature: 'Custom pricing (per size & license type)', + available: [false, true], + }, + { + feature: 'Basket control flow', + available: [false, true], + }, + { + feature: 'Mollie payment integration', + available: [false, true], + }, + { + feature: 'Offline payment support', + available: [false, true], + }, + { + feature: 'Order administration', + available: [false, true], + }, + { + feature: 'Download links management', + available: [false, true], + }, + { feature: 'Timeline', isHeader: true, @@ -483,7 +517,6 @@ const metadata = { { feature: 'Import via Web UI', available: [true, true], - isSoon: true, }, { feature: 'Fast duplicate detection by filename/title', diff --git a/src/pages/support.astro b/src/pages/support.astro index c2a547f8..99173b07 100644 --- a/src/pages/support.astro +++ b/src/pages/support.astro @@ -43,7 +43,7 @@ const metadata = { title="Statistics." stats={[ { title: 'Started', amount: '2018' }, - { title: 'Devs', amount: '6' }, + { title: 'Devs', amount: '4' }, { title: 'Lines of Code', amount: '84K' }, ]} /> @@ -95,22 +95,6 @@ Processed 4742265 bytes, 4.742 megabytes (SI) }, description: 'Main reviewer.', }, - { - title: 'ppshobi (Shobi)', - image: { - src: 'https://avatars.githubusercontent.com/u/8536607?v=4', - alt: 'ppshobi', - }, - description: 'dev.', - }, - { - title: 'sancsin', - image: { - src: 'https://avatars.githubusercontent.com/u/75096844?v=4', - alt: 'sancsin', - }, - description: 'dev.', - }, { title: 'JasonMillward (Jason)', image: { @@ -120,13 +104,21 @@ Processed 4742265 bytes, 4.742 megabytes (SI) description: 'reviewer.', }, { - title: 'RonnieTaz (Vicent Simon)', + title: 'cdzombak (Chris Dzombak)', image: { - src: 'https://avatars.githubusercontent.com/u/67832502?v=4', - alt: 'RonnieTaz', + src: 'https://avatars.githubusercontent.com/u/102904?v=4', + alt: 'cdzombak', }, - description: 'reviewer.', + description: 'dev.', }, + // { + // title: 'RonnieTaz (Vicent Simon)', + // image: { + // src: 'https://avatars.githubusercontent.com/u/67832502?v=4', + // alt: 'RonnieTaz', + // }, + // description: 'reviewer.', + // }, ]} /> @@ -307,6 +299,20 @@ Processed 4742265 bytes, 4.742 megabytes (SI) alt: 'bennetscience (Brian)', }, }, + { + title: 'ppshobi (Shobi)', + image: { + src: 'https://avatars.githubusercontent.com/u/8536607?v=4', + alt: 'ppshobi', + }, + }, + { + title: 'sancsin', + image: { + src: 'https://avatars.githubusercontent.com/u/75096844?v=4', + alt: 'sancsin', + }, + }, ]} />