lmnr-ai / lmnr

Laminar - open-source all-in-one platform for engineering AI products. Crate data flywheel for you AI app. Traces, Evals, Datasets, Labels. YC S24.
https://www.lmnr.ai
Apache License 2.0
1.2k stars 60 forks source link

Copy #136

Closed skull8888888 closed 1 month ago

skull8888888 commented 1 month ago

[!IMPORTANT] Adds a copy-to-clipboard feature with toast notification to the Formatter component.

  • Behavior:
    • Adds copyToClipboard function in Formatter to copy formatted text to clipboard.
    • Displays a toast notification "Copied to clipboard" for 1 second after copying.
  • UI Components:
    • Adds a Copy button next to the Maximize button in the Formatter component.
    • Imports Copy icon from lucide-react.
  • Hooks:
    • Utilizes useToast hook from @/lib/hooks/use-toast for toast notifications.

This description was created by Ellipsis for b73042e18070d06141c657ebe0541eac364dfc45. It will automatically update as commits are pushed.