Skip to content

UX: add a "copy task ID" button on the task row / detail #8

@ali-maher-m

Description

@ali-maher-m

What

There's no quick way to copy a task's key (e.g. RY-123). Add a small "copy" button next to the key that copies it to the clipboard, with a brief "Copied" confirmation.

Where

  • apps/web/components/item-detail.tsx — the key is rendered around line 751 as <code>{current.key}</code>.

How to verify

Run the web app, open a task, click the copy button, and confirm the key is on your clipboard and a confirmation shows.

Notes

There's already copy-to-clipboard logic for the weekly digest you can mirror.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions