Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: New pipeline parameters component #1068

Merged
merged 4 commits into from
Jun 18, 2024

Conversation

minghay
Copy link
Contributor

@minghay minghay commented Jun 18, 2024

Context

#1065 added a new Glimmer component that wraps Ember Power Select for the use with pipeline/job parameters. This new Glimmer component wraps up all pipeline/job parameters into a single entity that has some styles applied and some basic user interactions. Conceptually, users will interact with this component and modify parameters and any changes to these parameters are made available to a parent component via the @onUpdateParameters argument.

Objective

Provide a new Glimmer component that is compatible with the new UI. There are some minor CSS changes to what exists in the old UI, but it's largely the same.
Screenshot 2024-06-17 at 19-01-00 New Pipeline Events Show

References

screwdriver-cd/screwdriver#3200

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@minghay minghay force-pushed the new-pipeline-parameters-component branch from d7119f9 to 7543c8e Compare June 18, 2024 02:21
@tkyi
Copy link
Member

tkyi commented Jun 18, 2024

Nitpicky comment but can we make the dropdown and the other form have the same style? border-radius and padding looks different to me

@minghay
Copy link
Contributor Author

minghay commented Jun 18, 2024

Nitpicky comment but can we make the dropdown and the other form have the same style? border-radius and padding looks different to me

c53532c updates the style so that the input field matches the dropdown selector

Screenshot 2024-06-18 at 08-43-14 New Pipeline Events Show

Copy link
Contributor

@adong adong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@minghay minghay merged commit 4fb6e6a into master Jun 18, 2024
2 checks passed
@minghay minghay deleted the new-pipeline-parameters-component branch June 18, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants