-
Notifications
You must be signed in to change notification settings - Fork 178
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(opentrons-ai-client): add code copy button #15126
Conversation
add code copy button close AUTH-389
|
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.
code looks good, how can I test? I spun up the environment with make -C opentrons-ai-client dev
but submitting a prompt doesn't seem to get a response
<PrimaryButton | ||
position={POSITION_ABSOLUTE} | ||
right={SPACING.spacing16} | ||
bottom={`-${SPACING.spacing16}`} |
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.
is there an alternative to using a negative bottom spacing here? Like adding a top spacing?
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.
the video you provided lgtm and the code lgtm. I'm having similar issues as Nick and can't get a response from the ai when running only make -C opentrons-ai-client dev
* feat(opentrons-ai-client): add code copy button
* feat(opentrons-ai-client): add code copy button
Overview
add code copy button
Screen.Recording.2024-05-07.at.5.23.42.PM.mov
copy code button might be changed since the button hides the text.
Need to get feedback from product team.align the button with Gradio style button
https://huggingface.co/spaces/Opentrons/OpentronsAI-v0.0.5
close AUTH-389
Test Plan
Changelog
Review requests
Risk assessment