[#68856] Move Project template selection to separate page#21048
Merged
HDinger merged 20 commits intoNov 24, 2025
Conversation
ee6d401 to
e98de43
Compare
3 tasks
Base automatically changed from
feature/68856-new-project-template-selector
to
dev
November 18, 2025 11:51
88511b6 to
c79f629
Compare
…hidden field for validations, display the description field.
…e-used for project creation
…CreationFooterComponent.
…sion Document the components in lookbook
ab52aa6 to
a8f5b39
Compare
myabc
commented
Nov 21, 2025
Comment on lines
+38
to
+40
| render(Primer::Beta::ProgressBar.new(**progress_bar_args)) do |progress_bar| | ||
| progress_bar.with_item(percentage: progress_percentage) | ||
| end |
Contributor
Author
There was a problem hiding this comment.
Don't call render from a slot definition. render will be called when the slot is called in the template.
myabc
commented
Nov 21, 2025
myabc
commented
Nov 21, 2025
myabc
commented
Nov 21, 2025
d6505a6 to
86bae18
Compare
…::FooterComponent and StepWizard::FooterComponent.
86bae18 to
0a26b4a
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 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.
Ticket
https://community.openproject.org/wp/69074
Also adresses https://community.openproject.org/wp/69194
What are you trying to accomplish?
Seperates the Project creation form into two (or three) pages:
Further changes
Screenshots
Template selection (step 1)

Built-in attributes (step 2)

Required attributes (step 3)

PIR

What approach did you choose and why?
Merge checklist