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

Adds support for launching workflows #5

Merged
merged 33 commits into from
Sep 4, 2019
Merged

Adds support for launching workflows #5

merged 33 commits into from
Sep 4, 2019

Conversation

schottra
Copy link
Contributor

@schottra schottra commented Sep 4, 2019

All the code for this branch has been reviewed in previous PRs. See #1, #2, #3, #4.

Wiring up form state and value conversion on submission
Adds Launch Plan selector
@schottra schottra requested a review from mrmcduff September 4, 2019 17:27
mrmcduff
mrmcduff previously approved these changes Sep 4, 2019
src/components/Launch/LaunchWorkflowForm/DatetimeInput.tsx Outdated Show resolved Hide resolved

const NoResultsContent: React.FC = () => (
<MenuItem className={useStyles().placeholderResult} disabled={true}>
No results found.
Copy link

Choose a reason for hiding this comment

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

Do we need to wrap this so it gets translated when we include i18n?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So far there are no plans to do i18n. If we decide to do it, there will likely be an audit of all bare strings and we can figure out what to wrap it with then.

@mrmcduff
Copy link

mrmcduff commented Sep 4, 2019

+1

@schottra schottra merged commit 3afc48d into master Sep 4, 2019
@schottra schottra deleted the launch branch September 4, 2019 19:30
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.

2 participants