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>
|
||||
<x-modal-confirmation
|
||||
title="Confirm Team Deletion?"
|
||||
buttonTitle="Delete Team"
|
||||
isErrorButton
|
||||
submitAction="delete"
|
||||
:actions="['The current Team will be permanently deleted.']"
|
||||
confirmationText="{{ $team }}"
|
||||
<div class="w-full px-2">
|
||||
<x-modal-confirmation buttonFullWidth title="Confirm Team Deletion?" 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"
|
||||
shortConfirmationLabel="Team Name"
|
||||
step3ButtonText="Permanently Delete"
|
||||
/>
|
||||
shortConfirmationLabel="Team Name" step3ButtonText="Permanently Delete" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user