Just to confirm: In order to have a Dashboard page with multiple tabs in v4/v5, do I still need to implement a custom view?
Upgrading a sizeable v3 application to v4, I ran into this issue on my custom dashboard. The filter issue is fixed now, but Dan's comment about custom dashboard views caused me to scrutinize mine. The dashboard has different widgets per tab, so in v3 I had a custom view with Filament's Tab component that rendered different widgets on each tab. I used several "internal" components like
x-filament::grid
x-filament::grid
that I now need to replace, so every custom view that I can get rid of is gold
Package filament/filament Package Version v4.0.0 Laravel Version v12.0.0 Livewire Version No response PHP Version PHP 8.2 Problem description In InteractsWithPageFilters, the $filters property has ...