#Is A Persistent Audio Player in Filament Admin Panel Possible?
11 messages · Page 1 of 1 (latest)
maybe i would have to create the app again using just livewire without the admin panel
and for the tables and for the forms, use filament
but all outside the admin panel
not sure
use Render hooks to include any code anywhere in the panel ї https://filamentphp.com/docs/3.x/support/render-hooks
Inject the element via render hooks and use @persists:
https://livewire.laravel.com/docs/navigate#persisting-elements-across-page-visits
trying it right now! ty 🙏
should i use ->spa() in the admin panel provider? or it has nothing to do with it?
Ah, it seems this is a feature that related to wire:navigate. So I think it needs at least ->spa(). Not sure whether it works with Filament though. Sorry.
im trying it with spa yeah. hmm at the moment im doing some progress, its kinda persisting it, but when i wanna go to play next song is persisting the one that is being played and not playing the next one. im debuggin it further now ^^