Menu

#54 Dashboard: add copy buttons for job/run IDs

open
nobody
2026-01-23
2026-01-23
Anonymous
No

Originally created by: yaront1111

Context

Job and run IDs are frequently copied for tracing/debugging, but the dashboard requires manual selection.

Task

Add copy-to-clipboard buttons for job and run IDs in the detail views.

Acceptance criteria

  • Add a small copy control near the ID in dashboard/src/pages/JobDetailPage.tsx and dashboard/src/pages/RunDetailPage.tsx.
  • Use the Clipboard API (navigator.clipboard.writeText).
  • Provide a brief visual confirmation (text change or subtle toast).

Discussion


Log in to post a comment.