refactor(react): restructure sources list and sources-add container - #220
Merged
RhysSullivan merged 1 commit intoApr 13, 2026
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 941612c | Commit Preview URL Branch Preview URL |
Apr 13 2026, 07:36 AM |
RhysSullivan
marked this pull request as ready for review
April 13, 2026 05:49
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 05:51
f87848f to
f4981ad
Compare
RhysSullivan
force-pushed
the
rs/source-forms-05-sources-page
branch
from
April 13, 2026 05:51
2618ece to
ab595f9
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: |
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 06:05
f4981ad to
86c62c1
Compare
RhysSullivan
force-pushed
the
rs/source-forms-05-sources-page
branch
from
April 13, 2026 06:05
ab595f9 to
3a295d5
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 06:07
86c62c1 to
c88f46c
Compare
RhysSullivan
force-pushed
the
rs/source-forms-05-sources-page
branch
from
April 13, 2026 06:07
3a295d5 to
33a2284
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 06:21
c88f46c to
a203e02
Compare
RhysSullivan
force-pushed
the
rs/source-forms-05-sources-page
branch
from
April 13, 2026 06:21
33a2284 to
7a947ed
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 07:00
a203e02 to
6bef298
Compare
RhysSullivan
force-pushed
the
rs/source-forms-05-sources-page
branch
from
April 13, 2026 07:00
7a947ed to
dbbecc6
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 07:05
6bef298 to
a8cd5e4
Compare
RhysSullivan
force-pushed
the
rs/source-forms-05-sources-page
branch
from
April 13, 2026 07:05
dbbecc6 to
f97f067
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 07:21
a8cd5e4 to
dfb818f
Compare
RhysSullivan
force-pushed
the
rs/source-forms-05-sources-page
branch
from
April 13, 2026 07:21
f97f067 to
247476c
Compare
- pages/sources.tsx: restructures the list to use CardStack entries with title cards, moves connected sources to the top, and drops the old built-in section header (built-ins live exclusively in the sidebar now). - pages/sources-add.tsx: wraps the add-source container in a relative positioning wrapper so FloatActions can render as a sticky bottom bar inside the form without escaping the layout.
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 07:34
dfb818f to
f598bfc
Compare
RhysSullivan
force-pushed
the
rs/source-forms-05-sources-page
branch
from
April 13, 2026 07:34
247476c to
941612c
Compare
RhysSullivan
merged commit Apr 13, 2026
1d721c2
into
rs/source-forms-04-other-forms
4 of 6 checks passed
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.
5 of 5 — source-forms refactor stack (graphite copy of #191 by @mrzmyr). Stacks on #219.
pages/sources.tsx: restructures the list to use<CardStack>entries with title cards, moves connected sources to the top, and drops the old built-in section header (built-ins live exclusively in the sidebar now).pages/sources-add.tsx: wraps the add-source container in a relative positioning wrapper so<FloatActions>can render as a sticky bottom bar inside the form without escaping the layout.See #191 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