Update guest PWA v2 UI and likes
This commit is contained in:
@@ -60,6 +60,11 @@
|
||||
{{ __('admin.events.join_link.token_inactive') }}
|
||||
</x-filament::badge>
|
||||
@endif
|
||||
@if (!empty($token['demo_read_only']))
|
||||
<x-filament::badge color="warning" :icon="Heroicon::LockClosed">
|
||||
{{ __('admin.events.join_link.demo_read_only_badge') }}
|
||||
</x-filament::badge>
|
||||
@endif
|
||||
</x-slot>
|
||||
|
||||
<div {{ $stacked }}>
|
||||
@@ -78,6 +83,7 @@
|
||||
</x-filament::button>
|
||||
@if (isset($action))
|
||||
{{ $action->getModalAction('extend_join_token_expiry')(['token_id' => $token['id']]) }}
|
||||
{{ $action->getModalAction('set_demo_read_only')(['token_id' => $token['id']]) }}
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user