You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(seer-explorer): Add copy-to-clipboard button to block action bar (#110224)
## Changes
Adds a copy-to-clipboard action button to `BlockComponent` in the Seer
Explorer, positioned between the thumbs feedback buttons and the restart
button.
- Copies `block.message.content` to the clipboard via the Clipboard API
- Shows a success toast on copy, error toast on failure
- Hidden when the block is loading (inherits the existing `showActions`
guard which already checks `!block.loading`)
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments