Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pre release modal #637

Merged
merged 1 commit into from
Dec 4, 2023
Merged

feat: pre release modal #637

merged 1 commit into from
Dec 4, 2023

Conversation

ArmanNik
Copy link
Member

@ArmanNik ArmanNik commented Dec 1, 2023

image image

Copy link

vercel bot commented Dec 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2023 4:22pm
console-cloud ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2023 4:22pm
console-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2023 4:22pm
console-preview-cloud ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2023 4:22pm

Comment on lines +63 to +64
export { default as ModalWrapper } from './modalWrapper.svelte';
export { default as ModalSideCol } from './modalSideCol.svelte';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be better to not expose these and only use ?

export let show = false;
</script>

<ModalSideCol bind:show title="Get ready for Appwrite Pro" style="max-width: min(53rem,95%)">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to still have a single but have it look different if it has a side slot?

<Button
fullWidth
class="u-margin-block-start-24"
href="https://appwrite.io/pricing"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be linking to pro?

</p>
</div>
<Box>
<b class="body-text-1">Pro - $15 per member per billing period</b>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<b class="body-text-1">Pro - $15 per member per billing period</b>
<b class="body-text-1">Pro - $15 per member per billing period</b>

Do we want to simplify it and just say "per month" like it is on our website

@christyjacob4 christyjacob4 merged commit 0b8e66f into 3.2.x Dec 4, 2023
@christyjacob4 christyjacob4 deleted the chore-prerelease-modal branch December 4, 2023 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants