refactor(navbar-delete-team): simplify modal confirmation layout and enhance button styling for better user experience
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user