Actions on frontend livewire components, assets?

Hello,
I have admin panel which is using tenancy. This is website where each tenant is Property (vacation rental management).
In frontend, on subdomain website is generated for Property, simple CMS website for property. Now I need some forms in frontend like New Review, Contact form, New Bookings etc.
I woukd like to use Filament Action in livewire components to handle these forms.
Now my question is:

  1. Can I have multiple filament action styles for each website/tenant, so I can change style of modal, form components, infolists?
  2. When using @FilamentStyles and @FilamentScripts loads all assets of filanent and installed plugins? I assume this is heavy, and I would like to load only filament action specific assets, without plugin assets. How can I do that?
Was this page helpful?