make pages load with progressbar?
hello, you can get this progressbar when you change pages with inertiajs+laravel, which gives you a sense that the page is loading faster compared to filamentphp's page going dark then showing the clicked page.
is there a way to achieve this in filamentphp? is it even possible considering it uses livewire?
5 Replies
here's a vid explaining what im trying to say
i'm aware of this plugin
https://filamentphp.com/plugins/njxqlus-progress-bar
but, it doesn't to much..
Unless you are using SPA mode, a loading bar doesn’t really make sense since it is a full page reload otherwise.
Solution
In your panel
Use ->spa()
whaooo i didnt know that existed!
thank you so much
its crazy how much i miss from the documentation