feat(site): add BaseInfraSelectStep - #26424
Merged
Merged
Conversation
Contributor
Author
This was referenced Jun 16, 2026
jeremyruppel
commented
Jun 16, 2026
|
|
||
| function detailsUrl(baseId: string): string { | ||
| return `https://registry.coder.com/templates/${baseId}`; | ||
| } |
Contributor
Author
There was a problem hiding this comment.
probably going to move this to the backend in a future PR
jeremyruppel
marked this pull request as ready for review
June 16, 2026 17:47
jeremyruppel
requested review from
aqandrew,
aslilac,
code-asher and
zenithwolf1000
June 16, 2026 17:59
This was referenced Jun 16, 2026
Base automatically changed from
jeremy/devex-282-fe-route-wizard-shell-and-feature-flag-gating
to
main
June 16, 2026 20:38
Implement the first wizard step for selecting a base infrastructure template: - Add getTemplateBuilderBases API client method - Add react-query wrapper in api/queries/templateBuilder.ts - Add BaseInfraSelectStep component that fetches bases and renders TemplateCard components in a responsive grid - Wire the step into TemplateBuilderPageView, replacing the placeholder when the current step is base-infra - Export SelectedBaseMeta from wizardState.ts for the step callback
jeremyruppel
force-pushed
the
jeremy/devex-283-fe-baseinfraselectstep
branch
from
June 16, 2026 20:42
68ca05a to
d046b0f
Compare
zenithwolf1000
approved these changes
Jun 16, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Implement the first wizard step for selecting a base infrastructure template.
getTemplateBuilderBasesAPI client method and react-query wrapperTemplateCardcomponents fetched fromGET /api/v2/templatebuilder/basesTemplateBuilderBasetoSelectedBaseMetawithhasParametersderived from the base variablesSET_BASEto wizard state, preserving selection on back navigationRelates to DEVEX-283.
Note
This PR was authored with Coder Agents.