ShawnVeltman
ShawnVeltman
FFilament
Created by ShawnVeltman on 10/21/2024 in #❓┊help
Modify the filter icon display on table filters?
dammit I feel dumb now - thank you!!!!
5 replies
FFilament
Created by ShawnVeltman on 1/22/2024 in #❓┊help
Pest Testing Repeater (extra value added in tests)
Oh, that's even better - thanks @Hugh Messenger !!
9 replies
FFilament
Created by ShawnVeltman on 2/23/2024 in #❓┊help
Sharing the Panel Builder scaffold with custom Livewire components?
Ah - I'm sure I can! Thank you, I knew it must be something stupid on my end.
6 replies
FFilament
Created by ShawnVeltman on 2/4/2024 in #❓┊help
Anybody else temporarily losing Action capability after deploying?
By removing wire:navigate, everything works as expected
5 replies
FFilament
Created by ShawnVeltman on 2/4/2024 in #❓┊help
Anybody else temporarily losing Action capability after deploying?
Upon further investigation, it seems it happens the alpine session variables are re-set. Once they've been deleted, no action modals will show up until a page is loaded twice (then any/all of the action modals work again). Turns out the issue was because I used wire:navigate, and that seemed to interfere with the first loading of actions.
5 replies
FFilament
Created by ShawnVeltman on 1/22/2024 in #❓┊help
Pest Testing Repeater (extra value added in tests)
I don't have much testing knowledge in Filament, unfortunately (hence my confusion and need for help on this topic!). I've found the Laracasts series on testing in general to be super helpful, and the Filament documents for Filament specific testing are typically pretty great, though I'm sure I'll be back here with plenty more questions as I get better coverage on more of the Filament functionality in my latest app
9 replies
FFilament
Created by ShawnVeltman on 1/22/2024 in #❓┊help
Pest Testing Repeater (extra value added in tests)
You are a godsend, that did it! I was able to set a locked variable for default items, set it to 1 for "real" usage, set it to 0 in the test, and everything works great. Thank you thank you thank you!!!!!
9 replies
FFilament
Created by ShawnVeltman on 1/22/2024 in #❓┊help
Pest Testing Repeater (extra value added in tests)
Thanks for responding! That told me there was no $data variable, and when I tried
->set('articles',null)
->set('articles',null)
it didn't make a difference. I'm sure I'm missing something silly & obvious, but I just can't figure it out. Thank you for trying to help!
9 replies