-
Notifications
You must be signed in to change notification settings - Fork 59
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
Conversation
…vior on text input
Adds WorkflowSelector
Wiring up form state and value conversion on submission
Adds Launch Plan selector
Integrate the Launch form
|
||
const NoResultsContent: React.FC = () => ( | ||
<MenuItem className={useStyles().placeholderResult} disabled={true}> | ||
No results found. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
+1 |
All the code for this branch has been reviewed in previous PRs. See #1, #2, #3, #4.