-
Notifications
You must be signed in to change notification settings - Fork 298
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,localizations): Search members on OrganizationProfile
#4942
feat(clerk-js,types,localizations): Search members on OrganizationProfile
#4942
Conversation
🦋 Changeset detectedLatest commit: 9f595d1 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 ↗︎
|
29a9d5a
to
b8d5435
Compare
b8d5435
to
95bf1c2
Compare
OrganizationProfile
OrganizationProfile
a8461ba
to
e63e8fe
Compare
f410377
to
292e10d
Compare
292e10d
to
4d6498d
Compare
4d6498d
to
670033e
Compare
670033e
to
030cc25
Compare
OrganizationProfile
OrganizationProfile
39ce102
to
93e3e10
Compare
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.
Nice!
93e3e10
to
9f595d1
Compare
Description
Resolves ORGS-469
Introduces the ability to search organization memberships within
OrganizationProfile
Searching behavior
CleanShot.2025-01-21.at.08.23.58.mp4
UI with
org:sys_memberships:manage
permissionPreserves the "Invite" button action trigger instead of hiding it:
CleanShot.2025-01-21.at.08.27.30.mp4
UI without
org:sys_memberships:manage
permissionChecklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change