varovas
Filament preloaded css and my tailwind vite compiled css conflict.
Hi, I have a strange issue. When I run "npm run build", my css are generated and it kind of overrides filaments base theme css. For example:
Header div class list: "fi-header flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between". It looks very good, but .flex-col from my generated tailwind css file overrides "sm:flex-row" class.
But, if I run npm run dev. Then every thing looks as it supposed to be. Does anyone knows what could cause the issue?
What is also strange, that I do not have the same issue on my local environment.
2 replies
Do something with record after save
Hi, somehow I did not find a solution for doing something with a record after it was created/updated.
Use case: I want to place a checkbox to a resource form. Then when record was created or updated, I want to check if that checkbox was checked and if it was, I want to create a job operation.
Example:
4 replies
Eager loaded relationships filter
Hi, does anyone know how make a filter that would filter record's relationships. What I basically need is I want to display all users, but be able to filter how many posts have they posted between 2 dates. Below you can see the code I tries, but somehow it does not work. Or maybe it is not possible that way?
14 replies