[AI-BUILDER-24] refactor: improve layout and options#1455
Merged
kevinkim-ogp merged 1 commit intotrunk/aifrom Mar 19, 2026
Merged
[AI-BUILDER-24] refactor: improve layout and options#1455kevinkim-ogp merged 1 commit intotrunk/aifrom
kevinkim-ogp merged 1 commit intotrunk/aifrom
Conversation
This was referenced Mar 6, 2026
Contributor
Author
3 tasks
This was referenced Mar 9, 2026
3763597 to
155588b
Compare
5daf5b9 to
df30b01
Compare
155588b to
1683193
Compare
pregnantboy
approved these changes
Mar 11, 2026
| )} | ||
| flex={1} | ||
| onClick={() => navigate(URLS.TEMPLATES)} | ||
| isSelected={createMode === 'template'} |
| </Tile> | ||
| )} | ||
|
|
||
| <FormControl> |
11 tasks
df30b01 to
c3af11a
Compare
This was referenced Mar 11, 2026
Contributor
Author
Merge activity
|
c3af11a to
b43a9dd
Compare
This was referenced Mar 19, 2026
kevinkim-ogp
added a commit
that referenced
this pull request
Mar 26, 2026
### What changed? - Changed modal header from "Create Pipe" to "How do you want to create your workflow?" - Reordered UI to show creation method selection first (AI builder, templates, start from scratch) - Added "Use a template" option that navigates directly to the templates page - Moved pipe naming input to appear only after selecting AI or scratch creation modes - Added NewBadge component to the AI builder option - Replaced info box with direct template navigation - Updated button text to consistently show "Next" with arrow icon for all creation modes - Modified icon imports and layout components for the new design ### Tests - [ ] 'Build with AI' shows the input to enter Pipe name - [ ] 'Start from scratch' shows the input to enter Pipe name - [ ] 'Next' button is only enabled after typing in the Pipe name - [ ] 'Use a template' automatically redirects to the templates page ### Screenshots 
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.

What changed?
Tests
Screenshots