feat(react): add <AuthenticationSection> primitive#217
Merged
RhysSullivan merged 1 commit intors/source-forms-01-primitivesfrom Apr 13, 2026
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 5456193 | Commit Preview URL Branch Preview URL |
Apr 13 2026, 05:39 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 2a5b333 | Commit Preview URL Branch Preview URL |
Apr 13 2026, 07:22 AM |
This was referenced Apr 13, 2026
12a9aac to
9668018
Compare
5456193 to
e272cf2
Compare
@executor/sdk
@executor/plugin-file-secrets
@executor/plugin-google-discovery
@executor/plugin-graphql
@executor/plugin-keychain
@executor/plugin-mcp
@executor/plugin-onepassword
@executor/plugin-openapi
@executor/plugin-workos-vault
commit: |
260e47a to
63c0d5f
Compare
9668018 to
1b4e724
Compare
621bbe6 to
b496f10
Compare
Two composable primitives shared across source-plugin Add forms: - <HeadersList> + presets prop — headers list with quick-add picker (replaces the closed AuthenticationSection). - <SourceIdentityFields> + useSourceIdentity hook — display-name + auto-derived namespace, with namespace detaching on manual edit.
b496f10 to
2a5b333
Compare
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.
2 of 5 — source-forms refactor stack (graphite copy of #188 by @mrzmyr). Stacks on #216.
Shared auth block that every source plugin's Add/Edit form can reuse instead of rolling its own None / Bearer / Header / Basic UI. Handles field-level validation via
<FieldLabel>/<FieldError>and exposes a<FilterTabs>-based picker for the auth method.Also refreshes
secret-header-auth.tsxto render errors inline on the field.See #188 for full discussion.
Stack
feat(react): add UI primitives for source formsfeat(react): add <AuthenticationSection> primitiverefactor(mcp): adopt shared primitives in Add/Edit source formsrefactor(sources): standardize openapi, graphql, google-discovery, onepassword formsrefactor(react): restructure sources list and sources-add container