F
Filamentβ€’3mo ago
MajistraFila

Adding a spinner to bootUsing function when loading pages of a resource

Hi everyone, my question is is it possible to add a page containing a spinner to a resource using the function bootUsing() inside panel, so every event inside this resource will trigger that spinner page, i don't know if my question was clear. Thank you
4 Replies
toeknee
toekneeβ€’3mo ago
You can do this as a view, if you put the view inside you ca use native laravel. I did it for all forms with a single view field. Principle is here: https://v2.filamentphp.com/tricks/forms-loading-inidicator
Filament
Forms Loading Inidicator by Tony Partridge - Tricks - Filament
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
MajistraFila
MajistraFilaβ€’3mo ago
thank you i'll try it πŸ‘
sandofgods
sandofgodsβ€’3mo ago
You also have a plugin doing it for you check the filament V3 plugin
MajistraFila
MajistraFilaβ€’3mo ago
thank you, Can you send the pluging link please? coz i found a only a pluging that gives blue bar not a modal page