IWBW
Infolist TextEntry is stripping my SVG icons
Try to wrap the view in a new HtmlString(view(...)->render())
This did not work. I think it's because the icons are not being stripped by the closure. They seem to be removed by the TextEntry
component.
I think it's just$record
or$getRecord()
?
$getRecord()
contains the parent model, in this case, Customer. I'm looping through tasks associated with a customer.18 replies
Profile view and profile edit
->profile()
is already there, but it goes to a page for editing the profile. It works like Jetstream or Breeze. That's not what I want. I want the "profile" link to go to a view profile page where I will have a link to go to an edit profile page.13 replies
Can I customize css in `app.css` or am I required to create a custom theme?
Which
app.css
is this?
I came here because I'm wondering where to put my custom styles. I'm looking at public/css/filament/filament/app.css
. It doesn't look like a place where I want to put my custom CSS. Is there a way to register a separate stylesheet?8 replies