Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/Filament/Resources/ResultResource/Pages/ListResults.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ protected function getTableQuery(): Builder
return parent::getTableQuery()->orderBy('id', 'desc');
}

protected function getTablePollingInterval(): ?string
{
return '5s';
}

protected function getHeaderWidgets(): array
{
return ResultResource::getWidgets();
Expand Down
2 changes: 0 additions & 2 deletions app/Filament/Widgets/StatsOverview.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

class StatsOverview extends BaseWidget
{
protected static ?string $pollingInterval = null;

protected function getCards(): array
{
$result = Result::latest()->first();
Expand Down
78 changes: 39 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.