mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
assets self-hosted
This commit is contained in:
@@ -679,5 +679,8 @@
|
||||
"min read": "",
|
||||
"Here we post important news that is relevant for everyone.": "",
|
||||
"Back to overview": "",
|
||||
"An entry in the library of Einundzwanzig.": ""
|
||||
"An entry in the library of Einundzwanzig.": "",
|
||||
"Matrix Group": "",
|
||||
"Matrix-Group": "",
|
||||
"starts with: lnurl1dp68gurn8gh....": ""
|
||||
}
|
||||
@@ -58,7 +58,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if(str(request()->route()->getName())->contains('library.'))
|
||||
@if(str(request()->route()->getName())->contains(['library.', 'article.']))
|
||||
<div>
|
||||
<x-button xs amber href="/nova/resources/library-items" target="_blank">
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
|
||||
@@ -26,16 +26,6 @@
|
||||
|
||||
<x-slot name="content">
|
||||
{{ __('Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.') }}
|
||||
|
||||
<div class="mt-4" x-data="{}" x-on:confirming-delete-user.window="setTimeout(() => $refs.password.focus(), 250)">
|
||||
<x-jet-input type="password" class="mt-1 block w-3/4"
|
||||
placeholder="{{ __('Password') }}"
|
||||
x-ref="password"
|
||||
wire:model.defer="password"
|
||||
wire:keydown.enter="deleteUser" />
|
||||
|
||||
<x-jet-input-error for="password" class="mt-2" />
|
||||
</div>
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="footer">
|
||||
@@ -43,9 +33,9 @@
|
||||
{{ __('Cancel') }}
|
||||
</x-jet-secondary-button>
|
||||
|
||||
{{--<x-jet-danger-button class="ml-3" wire:click="deleteUser" wire:loading.attr="disabled">
|
||||
<x-jet-danger-button class="ml-3" wire:click="deleteUser" wire:loading.attr="disabled">
|
||||
{{ __('Delete Account') }}
|
||||
</x-jet-danger-button>--}}
|
||||
</x-jet-danger-button>
|
||||
</x-slot>
|
||||
</x-jet-dialog-modal>
|
||||
</x-slot>
|
||||
|
||||
Reference in New Issue
Block a user