Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 39 additions & 6 deletions src/pages/get-supporter-edition.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
{
Expand All @@ -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',
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -483,7 +517,6 @@ const metadata = {
{
feature: 'Import via Web UI',
available: [true, true],
isSoon: true,
},
{
feature: 'Fast duplicate detection by filename/title',
Expand Down
48 changes: 27 additions & 21 deletions src/pages/support.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
]}
/>
Expand Down Expand Up @@ -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: {
Expand All @@ -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.',
// },
]}
/>

Expand Down Expand Up @@ -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',
},
},
]}
/>

Expand Down