mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
e59be12127
* Add deferred badge loading for tabs
Tab badges that rely on expensive queries (e.g. COUNT on large tables)
can now be loaded asynchronously after the initial page render using
`deferBadge()`. A loading indicator is shown in place of each deferred
badge until the values are fetched via a single renderless Livewire call.
* chore: fix code style
* chore: fix code style
* Revert "chore: fix code style"
This reverts commit e1fc507b88.
* fix and clean up
* Update Tabs.php
* chore: fix code style
* bugs
* docs
* Update tabs.blade.php
---------
Co-authored-by: oddvalue <oddvalue@users.noreply.github.com>
Co-authored-by: Dan Harrin <git@danharrin.com>
Co-authored-by: danharrin <danharrin@users.noreply.github.com>