WIP more delete confirmations

This commit is contained in:
ayntk-ai
2024-08-30 20:00:04 +02:00
parent da0398f35d
commit 9136d7acdc
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
<x-modal-confirmation isErrorButton buttonTitle="Delete Project" disabled="{{ $disabled }}">
This project will be deleted. It is not reversible. <br>Please think again.
</x-modal-confirmation>
<x-modal-confirmation
title="Confirm Project Deletion?"
buttonTitle="Delete Project"
isErrorButton
action="delete_project"
:actions="['This will delete the selected project.']"
confirmationLabel="Please confirm the execution of the actions by entering the Project Name below"
shortConfirmationLabel="Project Name"
submitAction="delete_project"
buttonTitle="Delete Project"
confirmText="{{ $projectName }}"
step3ButtonText="Permanently Delete Project"
/>