-
Notifications
You must be signed in to change notification settings - Fork 337
feat(clerk-js,types): Implement billing invoices #5627
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(clerk-js,types): Implement billing invoices #5627
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 0f9de4d The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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 |
…rprofile-and-orgprofile' of github.com:clerk/javascript into alexcarpenter/com-182-build-out-invoices-tab-within-userprofile-and-orgprofile
…-within-userprofile-and-orgprofile
page={1} | ||
onPageChange={_ => {}} | ||
itemCount={totalCount} | ||
pageCount={1} |
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.
not sure what we should do with these pagination values... keep them hardcoded like this for now?
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.
@panteliselef wdyt?
packages/clerk-js/src/ui/components/OrganizationProfile/OrganizationProfileRoutes.tsx
Outdated
Show resolved
Hide resolved
packages/clerk-js/src/ui/components/UserProfile/UserProfileRoutes.tsx
Outdated
Show resolved
Hide resolved
…-within-userprofile-and-orgprofile
…rprofile-and-orgprofile' of github.com:clerk/javascript into alexcarpenter/com-182-build-out-invoices-tab-within-userprofile-and-orgprofile
…-within-userprofile-and-orgprofile
Co-authored-by: Keiran Flanigan <[email protected]>
Description
Implements invoices UI across both user profile and org profile.
Resolves COM-182
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change