You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a reason that methods on the
Filament\Widgets\StatsOverviewWidget\Stat
class don't accept closures like many other methods in filament?Specifically, I often like to generate the description based on properties of the record.
filament/packages/widgets/src/StatsOverviewWidget/Stat.php
Lines 108 to 113 in 4fad006
In many cases, the icon and color are easiest to determine with a closure as well.
Beta Was this translation helpful? Give feedback.
All reactions