GHOST-117
I want to set the time zone of the app according to users timezone
I have think a bit different way
in my bootstrap.js
firing an event when the app starts
and in my dashboard
i have
a listner for that and iam setting session usertime zone
and
in my column i have done some thing like
this.....
9 replies
I want to set the time zone of the app according to users timezone
I have some user at Fiji Standard Time . At some point they are a day ahead of us what if my user made a payment at his time that is a day ahead of my time zone ....
if i open my app at the same time it will show me the future date
that is wrong in my opinion .............
9 replies
Serialization of 'Closure' is not allowed
yes iam using this plugin
https://filamentphp.com/plugins/pxlrbt-excel
10 replies
Button
and remove all tailwind config that u have used &
try to reinstall all of that
https://filamentphp.com/docs/3.x/notifications/installation#installing-tailwind-css
19 replies
How to add an avatar as a result of a user search in the topbar?
I think
this will work
https://v2.filamentphp.com/tricks/render-html-in-select-options
4 replies
Action inside Another Action
nope
EX-
i have a modal
and have 2 button
1 is for take payment
and 2nd one is for Send invoice
for them i have separate functionality so skippable will just skip the next step so
it wont work and i have tried to implement that ......but not working for my case
13 replies
Prevent action modal from closing automatically
i have multiple
action and modal inside a modal
https://discord.com/channels/883083792112300104/1207939010089975808
i just want to validate all the steps and when i make
->submit()
it validate my form but the modal closes
after that
5 replies