* [Feat] Add CredentialDeleteModal component and integrate with CredentialsPanel
* Implement CredentialDeleteModal for confirming credential deletions.
* Update CredentialsPanel to manage delete modal state and handle credential deletion.
* Ensure user confirmation before deleting credentials to prevent accidental removals.
* Update CredentialDeleteModal to use smart quotes for credential name in confirmation message
* Enhance CredentialDeleteModal with confirmation input and validation
* Added input field for user to confirm credential deletion by typing the credential name.
* Updated modal behavior to handle confirmation and cancellation actions.
* Removed unnecessary state management in CredentialsPanel for delete modal visibility.
* Fix HTML entity for apostrophe in CredentialDeleteModal confirmation message