refactor(navbar-delete-team): simplify modal confirmation layout and enhance button styling for better user experience

This commit is contained in:
Andras Bacsai
2025-04-13 20:38:16 +02:00
parent d21fee8a03
commit 5b9753eeb2

View File

@@ -1,13 +1,6 @@
<div> <div class="w-full px-2">
<x-modal-confirmation <x-modal-confirmation buttonFullWidth title="Confirm Team Deletion?" buttonTitle="Delete Team" isErrorButton
title="Confirm Team Deletion?" submitAction="delete" :actions="['The current Team will be permanently deleted.']" confirmationText="{{ $team }}"
buttonTitle="Delete Team"
isErrorButton
submitAction="delete"
:actions="['The current Team will be permanently deleted.']"
confirmationText="{{ $team }}"
confirmationLabel="Please confirm the execution of the actions by entering the Team Name below" confirmationLabel="Please confirm the execution of the actions by entering the Team Name below"
shortConfirmationLabel="Team Name" shortConfirmationLabel="Team Name" step3ButtonText="Permanently Delete" />
step3ButtonText="Permanently Delete"
/>
</div> </div>