feat: add notice to create org modal

This commit is contained in:
Christy Jacob
2023-11-30 20:24:20 +00:00
committed by 德华 刘
parent 212b742992
commit 0dcb475a85
@@ -9,6 +9,7 @@
import { Dependencies } from '$lib/constants';
import { Submit, trackEvent, trackError } from '$lib/actions/analytics';
import { ID } from '@appwrite.io/console';
import Alert from '$lib/components/alert.svelte';
export let show = false;
@@ -43,6 +44,15 @@
</script>
<Modal title="Create new organization" {error} onSubmit={create} size="big" bind:show>
<Alert type="info">
<svelte:fragment slot="title">Get ready for Appwrite Pro</svelte:fragment>
We will soon introduce the much-anticipated Pro plan. Your account will continue to have access
to <b>one free Starter organization</b>. If you manage more than one organization, you will need to
either upgrade to the Pro plan, transfer your projects to a Pro organization, or migrate to self-hosting.
<svelte:fragment slot="buttons">
<Button href="https://appwrite.io/pricing" external text>Learn more</Button>
</svelte:fragment>
</Alert>
<FormList>
<InputText
id="organization-name"