czehnter
czehnter
FFilament
Created by czehnter on 12/11/2024 in #❓┊help
How to use all available Tailwind classes in custom ViewRecord page?
Importing forms and typography definitely helped. But it seems like once I add ->viteTheme(), the color palette defined with ->colors() doesn't work anymore, so all the colored buttons etc. in the panel are broken.
5 replies
FFilament
Created by czehnter on 11/8/2024 in #❓┊help
Toggle buttons not working in form integrated in custom ViewRecord page
The solution seems to be that all Toggle elements have to be defined in the ViewRecord class like this: public ?array $data = ['removal' => false]
2 replies
FFilament
Created by czehnter on 9/25/2024 in #❓┊help
Triggering afterStateUpdated() with $set()?
Ah it actually does. Thanks, I somehow missed that. Is there any other way to do this apart from using afterStateUpdated()?
7 replies