mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 14:31:37 +02:00
* chore: added delete property for workitem types * chore: Added translations * fix: update layout of toggle switch in quick actions component * feat: add enable/disable warning for issue types while deleting a issue type * chore: updated translations * feat: implement issue type delete confirmation modal and refactor quick actions * feat: add iconClassName prop to CustomMenu, make the custom menu icon bigger in issue-types and updated issue type quick acctions for default state handling * feat: implement delete modal for work item types , reafactored the delete promise to the top * refactor: rename iconClassName to chevronIconClassName in CustomMenu and update related components * feat: enhance enable/disable functionality in issue type quick actions with toast notifications * chore: utilised chevronClassname * refactor: reset custom-menu component * feat: add cant_delete_linked_message translations for multiple languages and update quick actions component to handle deletion state * refactor: update quick actions component to include tooltip for delete action based on issue existence * refactor: enhance quick actions component to disable actions based on issue existence and improve tooltip handling