-
Notifications
You must be signed in to change notification settings - Fork 340
chore(clerk-js,types,localizations): Break out subscriptions and plans within User/OrgProfile #5727
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
Conversation
🦋 Changeset detectedLatest commit: 8c4c4f0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 22 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Also, the plan tiles have a slight shadow on them. Same shadow as the tables:
|
@drewwilson @aeliox Is this white space on purpose ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments that require more attention.
<Route path='plans'> | ||
{/* TODO(@commerce): Should this be lazy loaded ? */} | ||
<Suspense fallback={''}> | ||
<PlansPage /> | ||
</Suspense> | ||
</Route> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Can we lazy load ?
- Adding this page possibly means that we cannot just remove it later since it become part of a url which is considered public api.
Description
UserProfile
andOrgProfile
PricingTable
SubscriptionDetails
support for plans without a current subscriptionhttps://linear.app/clerk/issue/COM-597/break-out-subscriptions-from-pricingtable-in-userorg-profile
https://linear.app/clerk/issue/COM-517/update-badging-on-subscription-rows
https://linear.app/clerk/issue/COM-626/subscriptiondetails-needs-a-state-for-no-subscription
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change