feat(cloud): show pro features (#169)

* feat(cloud): show pro workspace features

* feat: allow multiple subscriptions

* chore: translations
This commit is contained in:
Henry
2025-09-08 23:22:12 +01:00
committed by GitHub
parent 99459415d5
commit 6c04a10b1f
19 changed files with 556 additions and 331 deletions

View File

@@ -98,7 +98,7 @@ const UpdateWorkspaceUrlForm = ({
if (!isWorkspaceSlugAvailable?.isAvailable) return;
if (workspacePlan !== "pro" && env("NEXT_PUBLIC_KAN_ENV") === "cloud")
return openModal("UPDATE_WORKSPACE_URL", data.slug);
return openModal("UPGRADE_TO_PRO", data.slug);
updateWorkspaceSlug.mutate({
workspacePublicId,