Closed rgarcia closed 5 months ago
Right now if you click on the org in the top right and click settings it pops up the default clerk organziation profile component.
I'd like for this instead link to /dashboard/settings and for that page to have a the organzation profile rendered within the frame of the app.
There is a good doc here about creating a dedicated page: https://clerk.com/docs/components/customization/organization-profile
I think the tricky part will be making this look nice and not like clerk is iframed into the page.
Worst comes to worst we could probably implement a full custom team settings page without the Clerk component at all. It would likely utilize the Clerk backend API, which has methods for getting org info, creating invitations, managing members, etc. https://clerk.com/docs/reference/backend-api/tag/Organizations#operation/GetOrganization
MET-30 team settings page
Right now if you click on the org in the top right and click settings it pops up the default clerk organziation profile component.
I'd like for this instead link to /dashboard/settings and for that page to have a the organzation profile rendered within the frame of the app.
There is a good doc here about creating a dedicated page: https://clerk.com/docs/components/customization/organization-profile
I think the tricky part will be making this look nice and not like clerk is iframed into the page.
Worst comes to worst we could probably implement a full custom team settings page without the Clerk component at all. It would likely utilize the Clerk backend API, which has methods for getting org info, creating invitations, managing members, etc. https://clerk.com/docs/reference/backend-api/tag/Organizations#operation/GetOrganization