feat: add Copy to Clipboard button to export dialog (Closes #85) #127

Merged
shahondin1624 merged 1 commits from feature/issue-85-export-dialog-copy-to-clipboard-button into main 2026-04-04 23:38:25 +02:00
Owner

Summary

  • Add a "Copy to Clipboard" button to the ExportCharacterDialog
  • Uses Compose Multiplatform LocalClipboardManager for cross-platform clipboard access
  • Button text changes to "Copied!" for 2 seconds as visual feedback
  • Includes 5 new tests for the export dialog copy functionality

Closes #85

## Summary - Add a "Copy to Clipboard" button to the ExportCharacterDialog - Uses Compose Multiplatform LocalClipboardManager for cross-platform clipboard access - Button text changes to "Copied!" for 2 seconds as visual feedback - Includes 5 new tests for the export dialog copy functionality Closes #85
shahondin1624 added 1 commit 2026-04-04 23:38:19 +02:00
Add a "Copy to Clipboard" button to ExportCharacterDialog that copies
the full JSON to the system clipboard using Compose Multiplatform's
LocalClipboardManager. Visual feedback changes button text to "Copied!"
for 2 seconds after a successful copy. Works on all platforms.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
shahondin1624 merged commit f28b98463e into main 2026-04-04 23:38:25 +02:00
shahondin1624 deleted branch feature/issue-85-export-dialog-copy-to-clipboard-button 2026-04-04 23:38:25 +02:00
Sign in to join this conversation.