Skip to content

Commit

Permalink
Merge branch 'hotfix/no-nevermind' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 17, 2021
2 parents 36c4685 + 9b7dbb4 commit 12d5e98
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/confirms-password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<x-slot name="footer">
<x-jet-secondary-button wire:click="stopConfirmingPassword" wire:loading.attr="disabled">
{{ __('Nevermind') }}
{{ __('Cancel') }}
</x-jet-secondary-button>

<x-jet-button class="ml-2" dusk="confirm-password-button" wire:click="confirmPassword" wire:loading.attr="disabled">
Expand Down
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Jetstream/ConfirmsPassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<template #footer>
<jet-secondary-button @click.native="closeModal">
Nevermind
Cancel
</jet-secondary-button>

<jet-button class="ml-2" @click.native="confirmPassword" :class="{ 'opacity-25': form.processing }" :disabled="form.processing">
Expand Down
4 changes: 2 additions & 2 deletions stubs/inertia/resources/js/Pages/API/ApiTokenManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

<template #footer>
<jet-secondary-button @click.native="managingPermissionsFor = null">
Nevermind
Cancel
</jet-secondary-button>

<jet-button class="ml-2" @click.native="updateApiToken" :class="{ 'opacity-25': updateApiTokenForm.processing }" :disabled="updateApiTokenForm.processing">
Expand All @@ -152,7 +152,7 @@

<template #footer>
<jet-secondary-button @click.native="apiTokenBeingDeleted = null">
Nevermind
Cancel
</jet-secondary-button>

<jet-danger-button class="ml-2" @click.native="deleteApiToken" :class="{ 'opacity-25': deleteApiTokenForm.processing }" :disabled="deleteApiTokenForm.processing">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<template #footer>
<jet-secondary-button @click.native="closeModal">
Nevermind
Cancel
</jet-secondary-button>

<jet-danger-button class="ml-2" @click.native="deleteUser" :class="{ 'opacity-25': form.processing }" :disabled="form.processing">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<template #footer>
<jet-secondary-button @click.native="closeModal">
Nevermind
Cancel
</jet-secondary-button>

<jet-button class="ml-2" @click.native="logoutOtherBrowserSessions" :class="{ 'opacity-25': form.processing }" :disabled="form.processing">
Expand Down
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Pages/Teams/DeleteTeamForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<template #footer>
<jet-secondary-button @click.native="confirmingTeamDeletion = false">
Nevermind
Cancel
</jet-secondary-button>

<jet-danger-button class="ml-2" @click.native="deleteTeam" :class="{ 'opacity-25': form.processing }" :disabled="form.processing">
Expand Down
6 changes: 3 additions & 3 deletions stubs/inertia/resources/js/Pages/Teams/TeamMemberManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@

<template #footer>
<jet-secondary-button @click.native="currentlyManagingRole = false">
Nevermind
Cancel
</jet-secondary-button>

<jet-button class="ml-2" @click.native="updateRole" :class="{ 'opacity-25': updateRoleForm.processing }" :disabled="updateRoleForm.processing">
Expand All @@ -214,7 +214,7 @@

<template #footer>
<jet-secondary-button @click.native="confirmingLeavingTeam = false">
Nevermind
Cancel
</jet-secondary-button>

<jet-danger-button class="ml-2" @click.native="leaveTeam" :class="{ 'opacity-25': leaveTeamForm.processing }" :disabled="leaveTeamForm.processing">
Expand All @@ -235,7 +235,7 @@

<template #footer>
<jet-secondary-button @click.native="teamMemberBeingRemoved = null">
Nevermind
Cancel
</jet-secondary-button>

<jet-danger-button class="ml-2" @click.native="removeTeamMember" :class="{ 'opacity-25': removeTeamMemberForm.processing }" :disabled="removeTeamMemberForm.processing">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class="mt-4 bg-gray-100 px-4 py-2 rounded font-mono text-sm text-gray-500 w-full

<x-slot name="footer">
<x-jet-secondary-button wire:click="$set('managingApiTokenPermissions', false)" wire:loading.attr="disabled">
{{ __('Nevermind') }}
{{ __('Cancel') }}
</x-jet-secondary-button>

<x-jet-button class="ml-2" wire:click="updateApiToken" wire:loading.attr="disabled">
Expand All @@ -158,7 +158,7 @@ class="mt-4 bg-gray-100 px-4 py-2 rounded font-mono text-sm text-gray-500 w-full

<x-slot name="footer">
<x-jet-secondary-button wire:click="$toggle('confirmingApiTokenDeletion')" wire:loading.attr="disabled">
{{ __('Nevermind') }}
{{ __('Cancel') }}
</x-jet-secondary-button>

<x-jet-danger-button class="ml-2" wire:click="deleteApiToken" wire:loading.attr="disabled">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<x-slot name="footer">
<x-jet-secondary-button wire:click="$toggle('confirmingUserDeletion')" wire:loading.attr="disabled">
{{ __('Nevermind') }}
{{ __('Cancel') }}
</x-jet-secondary-button>

<x-jet-danger-button class="ml-2" wire:click="deleteUser" wire:loading.attr="disabled">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<x-slot name="footer">
<x-jet-secondary-button wire:click="$toggle('confirmingLogout')" wire:loading.attr="disabled">
{{ __('Nevermind') }}
{{ __('Cancel') }}
</x-jet-secondary-button>

<x-jet-button class="ml-2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<x-slot name="footer">
<x-jet-secondary-button wire:click="$toggle('confirmingTeamDeletion')" wire:loading.attr="disabled">
{{ __('Nevermind') }}
{{ __('Cancel') }}
</x-jet-secondary-button>

<x-jet-danger-button class="ml-2" wire:click="deleteTeam" wire:loading.attr="disabled">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

<x-slot name="footer">
<x-jet-secondary-button wire:click="stopManagingRole" wire:loading.attr="disabled">
{{ __('Nevermind') }}
{{ __('Cancel') }}
</x-jet-secondary-button>

<x-jet-button class="ml-2" wire:click="updateRole" wire:loading.attr="disabled">
Expand All @@ -224,7 +224,7 @@

<x-slot name="footer">
<x-jet-secondary-button wire:click="$toggle('confirmingLeavingTeam')" wire:loading.attr="disabled">
{{ __('Nevermind') }}
{{ __('Cancel') }}
</x-jet-secondary-button>

<x-jet-danger-button class="ml-2" wire:click="leaveTeam" wire:loading.attr="disabled">
Expand All @@ -245,7 +245,7 @@

<x-slot name="footer">
<x-jet-secondary-button wire:click="$toggle('confirmingTeamMemberRemoval')" wire:loading.attr="disabled">
{{ __('Nevermind') }}
{{ __('Cancel') }}
</x-jet-secondary-button>

<x-jet-danger-button class="ml-2" wire:click="removeTeamMember" wire:loading.attr="disabled">
Expand Down

0 comments on commit 12d5e98

Please sign in to comment.