IWBW
Use a third party HTML template to completely transform the UI
I have noticed that I can publish and override a lot of Filament's Blade files. Does that mean I can use that method to transform the UI into any Tailwind based admin template of my choice? Are there any files that I will not be able to override?
As an example, a client wants their app to look like this:
https://lineone.piniastudio.com/components-table.html
Would that kind of undertaking be doable by someone who is not an expert at Tailwind or Filament?
1 replies
Infolist TextEntry is stripping my SVG icons
I have the following code in my resource:
Then I have this code in my view:
When I dd() the view, the icons are there in the HTML, but when the entry is rendered, they are not. Is there something I can turn off to stop that behavior?
In case you are wondering, I'm not using the
ViewEntry
because I could not figure out how to share the current Task with the view. viewData()
does not accept a closure18 replies
Customise cluster sub-menu
The cluster sub-menu takes up a lot of real estate. Together with the sidebar nav, they occupy a third of the page's width. Is there a way of making cluster menu entries behave like nav groups? Either that, or have it as a horizontal menu just above the breadcrumbs
6 replies