Is there a way to stop the global search and notification bell from flashing on page load?
It seems like they're lazy loaded or something?
3 Replies
hum, this is here
https://github.com/filamentphp/filament/blob/3.x/packages/panels/resources/views/components/topbar/index.blade.php
['lazy' => true]
Maybe a PR?GitHub
filament/packages/panels/resources/views/components/topbar/index.bl...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
i think you should try SPA, because standard filament always refresh the page everytime you change click the link, thats why it will always flashing
https://filamentphp.com/docs/3.x/panels/configuration#spa-mode
SPA does certainly reduce the issue. If the user is used to clicking the logo to go "home", they'll still experience this.