Merge branch 'main' of github.com:appwrite/console into feat-execute-function-wizard

This commit is contained in:
Arman
2024-06-20 17:16:09 +02:00
7 changed files with 14 additions and 3 deletions
+2 -2
View File
@@ -80,7 +80,7 @@
alt="promo" />
<div class="u-text-center">
<div class="is-only-mobile u-width-full-line">
<div class="is-only-mobile u-width-full-line auth-container">
<Heading
size="5"
tag="h3"
@@ -90,7 +90,7 @@
{generateTitle()}
</Heading>
</div>
<div class="is-not-mobile u-width-full-line">
<div class="is-not-mobile u-width-full-line auth-container">
<Heading
size="4"
tag="h3"
+10
View File
@@ -27,4 +27,14 @@ campaigns
title: 'Claim your $50 Deals For Devs credits',
description:
'Get $50 in Cloud credits when you upgrade or create an organization with a Pro plan.'
})
.set('WelcomeManual', {
title: 'Here is your $VALUE welcome credit!',
description:
'Upgrade to Appwrite Pro and add the credits to enjoy the full capabilities of Cloud.'
})
.set('InactiveAccounts', {
title: 'Get everything out of Cloud. Claim your $VALUE credits.',
description:
'Get $VALUE in Cloud credits when you upgrade or create an organization with a Pro plan.'
});
+2 -1
View File
@@ -140,7 +140,8 @@
await sdk.forConsole.billing.updateTaxId(org.$id, taxId);
}
trackEvent(Submit.CreditRedeem, {
coupon: couponData.code
coupon: couponData.code,
campaign: couponData?.campaign
});
await invalidate(Dependencies.ORGANIZATION);
await goto(`/console/organization-${org.$id}`);
Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB