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
Hi, so I've started working on a new function that I desperately needed in one of my projects. And the question is would you appreciate something like this in Filament admin?
Basically, it would be possible to create same dropdown just by running something like php artisan make:filament-action Profile --dropdown and later define fields in ProfileAction (might need some ideas to change name for both actions and fields, to match exactly what they do).
The ProfileAction can be later registered the same way as Widgets, Pages and Resources (inside your config or just by having them in Filament/Actions folder).
These navigation actions can be defined as simple link/action or dropdown as well as your very custom actions.
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
-
Hi, so I've started working on a new function that I desperately needed in one of my projects. And the question is would you appreciate something like this in Filament admin?
Basically, it would be possible to create same dropdown just by running something like
php artisan make:filament-action Profile --dropdown
and later define fields in ProfileAction (might need some ideas to change name for both actions and fields, to match exactly what they do).The ProfileAction can be later registered the same way as Widgets, Pages and Resources (inside your config or just by having them in Filament/Actions folder).
These navigation actions can be defined as simple link/action or dropdown as well as your very custom actions.
Beta Was this translation helpful? Give feedback.
All reactions