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.
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.