tududi/frontend/components/Note
Chris ecb7186e3c
fix: add copy button to note details page (#1068)
- Added DocumentDuplicateIcon from Heroicons
- Implemented handleCopyNote function to copy note content to clipboard
- Added copy button in top right of note details view
- Copy button appears before edit and delete buttons
- Shows success toast when content is copied
- Fixes issue where users expected a copy button but it was missing

Fixes #1061
2026-04-25 01:31:05 +03:00
..
NoteDetails.tsx fix: add copy button to note details page (#1068) 2026-04-25 01:31:05 +03:00
NoteFocusMode.tsx Introduce focus mode in notes (#891) 2026-03-03 00:29:03 +02:00
NoteModal.tsx Scaffold smtp service (#590) 2025-11-24 17:58:09 +02:00