-
Notifications
You must be signed in to change notification settings - Fork 364
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(prompts): add open in playground action button on the table #6185
Conversation
mikeldking
commented
Jan 27, 2025
•
edited
Loading
edited

Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
<Button | ||
icon={<Icon svg={<Icons.PlayCircleOutline />} />} | ||
size="S" | ||
aria-label="Open in playground" | ||
onPress={() => { | ||
navigate(`${row.original.id}/playground`); | ||
}} | ||
> | ||
Playground | ||
</Button> |
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.
We should make a StyledLink component export that wraps a react-router Link in ButtonStyles in the future
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.
Agreed
* feat(prompts): add open in playground action button on the table * cleanup
* feat(prompts): add open in playground action button on the table * cleanup
* feat(prompts): add open in playground action button on the table * cleanup