feat(task-context-menu): add copy link functionality and update translations

- Implemented a new "Copy link to task" feature in the task context menu, allowing users to easily copy task links to the clipboard.
- Added corresponding success and error messages for link copying.
- Updated localization files for Albanian, German, English, Spanish, Portuguese, and Chinese to include new translation keys for the copy link feature.
This commit is contained in:
chamikaJ
2025-07-29 12:49:51 +05:30
parent c2b231d5cc
commit 29b8c1b2af
8 changed files with 50 additions and 1 deletions

View File

@@ -182,7 +182,8 @@ export {
InfoCircleOutlined,
WarningTwoTone,
ShareAltOutlined,
CloudDownloadOutlined
CloudDownloadOutlined,
CopyOutlined
} from '@ant-design/icons';
// Re-export all components with React