fix:improve access controls and language
also adds improved dialogs / modals
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@props(['id' => null, 'maxWidth' => null])
|
||||
|
||||
<x-modal :id="$id" :maxWidth="$maxWidth" {{ $attributes }}>
|
||||
<div class="px-6 py-4">
|
||||
<x-ib-livewire-modal :id="$id" :maxWidth="$maxWidth" {{ $attributes }} :showClose="false">
|
||||
<div class="p-2">
|
||||
<div class="text-lg font-medium text-gray-900 dark:text-gray-100">
|
||||
{{ $title }}
|
||||
</div>
|
||||
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row justify-end px-6 py-4 text-end">
|
||||
<div class="flex flex-row justify-end mt-3 p-2 text-end">
|
||||
{{ $footer }}
|
||||
</div>
|
||||
</x-modal>
|
||||
</x-ib-livewire-modal>
|
||||
|
||||
Reference in New Issue
Block a user