Sector
Sector
FFilament
Created by Sector on 6/25/2024 in #❓┊help
JS in login page
Thanks for the help, all clear.
13 replies
FFilament
Created by Sector on 6/25/2024 in #❓┊help
JS in login page
Yeah, I already did that, but the question is, where should I write the Javascript code, to change the components behaviour?
13 replies
FFilament
Created by Sector on 6/25/2024 in #❓┊help
JS in login page
And how do I add JS to the Login page?
13 replies
FFilament
Created by Sector on 6/25/2024 in #❓┊help
JS in login page
I don't want to re-enable it. When the user hitting the Login button, he will get a magic link via email, which helps him to logging in. So I just want to disable the button, to avoid spam.
13 replies
FFilament
Created by Sector on 6/25/2024 in #❓┊help
JS in login page
It's should happen after the user hitting the Login button.
13 replies
FFilament
Created by Sector on 6/24/2024 in #❓┊help
Can I change the error message color somehow?
Dear @Leandro Ferreira , is it possible to change a component behaviour somehow? To write some javascript myself? 🙂
8 replies
FFilament
Created by Sector on 6/24/2024 in #❓┊help
Can I change the error message color somehow?
Many thanks! 🙂
8 replies
FFilament
Created by Sector on 6/24/2024 in #❓┊help
Can I change the error message color somehow?
Thanks, another question, there is a way to change the Login button? Hide it or something?
8 replies
FFilament
Created by Sector on 6/17/2024 in #❓┊help
Magic link login
Thank a lot!
4 replies
FFilament
Created by jepewsykes on 2/8/2024 in #❓┊help
viewrecord on modal not showing record
the properties are visible in the model?
7 replies
FFilament
Created by Bloom on 2/7/2024 in #❓┊help
Maximum execution time of 30 seconds exceeded Error
There is 2 way to fix that error: 1. I assume you have auto save on change in your IDE, so turn it off. 2. Empty your latest log file. As far as I know, this error caused by auto save, when you make some changes, it's logging immediately the error in the log files, after you finished your code, the program still wants to find the error, wihch is already fixed. 😄
4 replies
FFilament
Created by Michal on 11/27/2023 in #❓┊help
Show hidden model attributes
Try this:
TextInput::make('provider')
->visibleOn('view')
->formatStateUsing(fn (Model $item) => $item->provider),
TextInput::make('provider')
->visibleOn('view')
->formatStateUsing(fn (Model $item) => $item->provider),
Of course, you need to replace the Model with your specified model. 🙂
13 replies
FFilament
Created by Sector on 1/17/2024 in #❓┊help
Label for stacks
or anyone has any idea how should I indicate what the icon columns stand for?
8 replies
FFilament
Created by Sector on 1/17/2024 in #❓┊help
Label for stacks
No description
8 replies
FFilament
Created by Supernova3339 on 1/18/2024 in #❓┊help
Custom Notifications ( I don't know how to word this )
if you using db notifications, are you created the notifications table in your db?
10 replies
FFilament
Created by Sector on 1/17/2024 in #❓┊help
Label for stacks
Oh, thanks. I got it. But sadly it's not working in case of the icon columns etc. But thanks for your answer! 🙂
8 replies
FFilament
Created by Sector on 1/17/2024 in #❓┊help
Label for stacks
Anyone? 😢
8 replies
FFilament
Created by Sector on 1/17/2024 in #❓┊help
Label for stacks
No description
8 replies