ElCoco
Where to find Filament color styles for default themes
I guess the theme system overrides the default tailwind classes. If that is the case I would like to know which classes are used for background and background highlights colors. And if there is a place where I can see a list of all the classes the theme system is overriding.
3 replies
Showing notifications as modals
Oh this is cool, but is not what I want (because still requires to trigger another action by pressing a button). I found a solution that might work using javascript events. Now I just need to find if there is a <x-filament-modal> blade tag or something similar in filament so I can make the modal look filament like.
11 replies
Save to DB after deleting a repeater element
Hi! No I didn't try that actually. At the end I changed my approach to just having a custom page inside the filament panel so I had more control. Another things I was missing is that I should be able to select one of the Repeater elements and then update the conversation on the right. I was taking way too much time to figure these things out that's why I changed to a custom page.
Thx for your help!
5 replies
Can a suffixAction be triggered by pressing enter?
Yeah I understand that is not the common case than the suffix action is the same as submitting the form. But I really need the suffix action for mobile and still being able to submit it with enter in desktop. After all this is a chat application and there is only one input field. I was hopping for a way to overwrite the default behaviour. Seems like I would have to find a work around.
Thanks for your reply!
5 replies