We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd1f598 + ce9ff46 commit ffc3b9bCopy full SHA for ffc3b9b
resources/views/livewire/comments.blade.php
@@ -1,4 +1,4 @@
1
-<x-filament::section class="!ring-0">
+<x-filament::section wire:poll.keep-alive class="!ring-0">
2
<x-slot name="heading">
3
<div class="flex items-center space-x-2">
4
<div>
resources/views/livewire/reaction-panel.blade.php
-<div class="flex items-center gap-2 flex-wrap">
+<div wire:poll.10s class="flex items-center gap-2 flex-wrap">
@foreach($this->record->reactions_map->filter(fn($reaction) => collect($reaction)->get('reactions') > 0) as $reaction => $attribs)
<x-filament::button
x-on:click="$wire.react('{{$reaction}}')"
0 commit comments