Show disabled integration actions for members - #2051
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 15e75a6 | Commit Preview URL Branch Preview URL |
Sep 18 2026, 06:38 PM |
Contributor
Cloudflare previewTorn down — the PR is closed. |
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
RhysSullivan
marked this pull request as ready for review
September 18, 2026 18:44
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 15e75a6 | Sep 18 2026, 06:39 PM |
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.
Summary
Members could open integration creation flows even though the server rejected their writes. Keep restricted integration actions visible and disabled across the page header, empty state, sidebar, command palette, catalog, and Edit/Delete controls. Disabled controls explain that a workspace admin is required.
Members can browse the catalog, view existing integrations, and open personal connection setup. Catalog Add buttons, URL submission (including Enter), and setup shortcuts are disabled. Direct setup links explain the admin requirement. Admin creation and single-user access stay available.
Verification
bun run format:checkbun run lintbun run typecheck— 45 tasks passed.cd packages/react && bun run test— 49 files, 446 tests passed.integration-creation-permissions.test.ts— both passed. Each creates an integration through the admin UI and verifies persisted state. Member checks cover visible disabled controls, the hover/focus explanation, command-palette entries, Edit/Delete, catalog Add buttons, URL submission, personal connection setup, and direct setup links.Evidence
The member recording and screenshots show visible disabled controls, the admin tooltip, catalog browsing, and disabled Edit/Delete. All identities and integrations are synthetic.
Checklist