feat: change org member roles, tenant tag improvements - #4440
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances the settings UX by (1) adding a control-plane-backed UI flow for organization owners to change member roles, and (2) surfacing tenant tags directly on the tenant’s General settings tab (with an edit entry point) to make tag discovery/editing easier.
Changes:
- Add an EditMemberRoleModal and wire it into the org members table actions (control-plane only).
- Add a TenantTags setting row on the tenant General page, including an “Edit tags” modal entry point.
- Extend the organization API wrapper and generated control-plane client to support updating an org member’s role.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| frontend/app/src/pages/organizations/$organization/components/edit-member-role-modal.tsx | New modal UI + mutation wiring for updating an org member’s role. |
| frontend/app/src/pages/main/v1/tenant-settings/overview/index.tsx | Adds “Tags” row on tenant General settings with tag display + edit modal launch. |
| frontend/app/src/pages/main/v1/tenant-settings/organization/index.tsx | Wires “Change role” action into member dropdown and renders the new role-edit modal. |
| frontend/app/src/lib/api/organization-wrapper.ts | Adds a control-plane-only mutation wrapper for organization member role updates. |
| frontend/app/src/lib/api/generated/control-plane/data-contracts.ts | Adds the generated request contract for updating an org member role. |
| frontend/app/src/lib/api/generated/control-plane/Api.ts | Adds the generated PATCH endpoint client for updating an org member’s role. |
grutt
approved these changes
Jul 15, 2026
juliusgeo
approved these changes
Jul 15, 2026
Contributor
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Two improvements to the settings pages:
Type of change
What's Changed
Org member modal:
Tags:
Checklist
Changes have been:
🤖 AI Disclosure