-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add requested copy changes #26
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
Conversation
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.
I think this looks good overall! Had a few suggestions, but nothing worth blocking over
plugins/backstage-plugin-coder/src/components/CoderWorkspacesCard/ExtraActionsButton.tsx
Show resolved
Hide resolved
plugins/backstage-plugin-coder/src/components/CoderWorkspacesCard/Root.tsx
Outdated
Show resolved
Hide resolved
plugins/backstage-plugin-coder/src/components/CoderWorkspacesCard/Root.tsx
Outdated
Show resolved
Hide resolved
@@ -107,6 +137,40 @@ export const Root = ({ | |||
around keyboard input and button children seems like the easiest | |||
approach */} | |||
<div role="form">{children}</div> | |||
{workspacesQuery.data && dynamicConfig && !dynamicConfig.repoUrl && ( | |||
<div> |
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.
I can fine-tune the markup after launch, but I think we do want to structure this as a disclosure component, using the <summary>
element
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.
Interesting - happy to come back to this!
No description provided.