-
Notifications
You must be signed in to change notification settings - Fork 60
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
feature: better evaluation editor #308
Conversation
...evaluation)/[evaluationUuid]/editor/_components/EvaluationEditor/Editor/Playground/index.tsx
Outdated
Show resolved
Hide resolved
aa75140
to
4808fd0
Compare
...)/[evaluationUuid]/editor/_components/EvaluationEditor/Editor/Playground/Variables/index.tsx
Outdated
Show resolved
Hide resolved
...)/[evaluationUuid]/editor/_components/EvaluationEditor/Editor/Playground/Variables/index.tsx
Outdated
Show resolved
Hide resolved
c5b0aa8
to
5b97934
Compare
c3fb554
to
e6b94ed
Compare
@@ -0,0 +1,16 @@ | |||
import { Button, Icon, toast } from '@latitude-data/web-ui' | |||
|
|||
export const CopyButton = ({ text }: { text: string }) => ( |
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.
This is a molecule. Is fully generic
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.
There's already a ClickToCopy
molecule that is just that
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 will consolidate in a future PR
e6b94ed
to
d5d4495
Compare
Instead of a random list of inputs we display a collapsible box with the contents of the provider log.
d5d4495
to
9ed0f14
Compare
Instead of a random list of inputs we display a collapsible box with the contents of the provider log.