How to add loading indicator at the top of the filamentphp app page

How to add loading indicator at the top of the filamentphp app page like the loading indicator of inertiajs
16 Replies
Dan Harrin
Dan Harrin2y ago
its not an SPA, so why would we do that?
ahloudev
ahloudevOP2y ago
I installed a plugin for data export but every time I click on the 'Export' button there is no feedback. The modal box appears after a certain time suddenly without feedback from the interface
ahloudev
ahloudevOP2y ago
if i click on 'Exporter' there is no loading indicator like on other action buttons
toeknee
toeknee2y ago
you can use livewire loading for that on the table
toeknee
toeknee2y ago
https://laravel-livewire.com/docs/2.x/loading-states define an extra attribute on the layout / table
Livewire
Loading States | Livewire
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
LeandroFerreira
You can also ask on the plugin channel about it
ahloudev
ahloudevOP2y ago
THANKS. I'm going to look at this tool right away. i added this <div wire:loading>Loading...</div> in 'body.start' render hook but if i make a request the loading element does not appear on the screen. i also add <div wire:loading>Loading...</div> in components/page.blade.php (one of the filamentphp component) but it does not work also. i'm sorry for disturbing you about this.
toeknee
toeknee2y ago
Did you resolve your issue?
ahloudev
ahloudevOP2y ago
sorry for late response no i did not
awcodes
awcodes2y ago
This isn’t going to work with any of the documented hooks because they are outside the livewire component. You’d have to add some JavaScript to listen for Livewires hooks and show and hide it manually.
Bezhan
Bezhan2y ago
What he said 👆
ahloudev
ahloudevOP2y ago
Thanks you for your help. Il will try this
sandofgods
sandofgods9mo ago
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.
toeknee
toeknee9mo ago
Why are you bringing up n old topic?
sandofgods
sandofgods9mo ago
Sorry, i was struggling with the same probleme, and wanted to help other that searching same trick
toeknee
toeknee9mo ago
Ahh ok
Want results from more Discord servers?
Add your server