WashingtonG
WashingtonG
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
Everything's fine now, thanx a lot @awcodes
22 replies
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
I just realized it when I made a copy to the original location, and the browser console is still complaining about the old route.
22 replies
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
Oh, never mind, this guy is incredible, he edited nginx.conf instead of the specific site
22 replies
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
I guess, that piece of code is responsible of loading assets
22 replies
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
No description
22 replies
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
No, it's a linux box
22 replies
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
okay, it found livewire, but now it's failing for livewire/update
22 replies
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
No description
22 replies
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
No description
22 replies
FFilament
Created by WashingtonG on 3/7/2025 in #❓┊help
livewire.min.js not found
LOL, that's like discussing with my granpa
22 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
Sure
36 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
And to add to that, we also have the poll method that's in the table widget.
36 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
By the looks of it, seems like no matter what JS code is run at init (or ax-loaded), it will make the modal disappear sometimes.
36 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
No description
36 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
No description
36 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
I ended add setting a random-ish value for wire:loading.attr, the final solutions is this one:
<x-slot name="trigger">
<x-filament::button icon="heroicon-m-puzzle-piece" tooltip="Listen" wire:loading.attr="enabled" x-on:click="window.dispatchEvent(new Event('js-modalopen-hndlr'));" />
</x-slot>
<x-slot name="trigger">
<x-filament::button icon="heroicon-m-puzzle-piece" tooltip="Listen" wire:loading.attr="enabled" x-on:click="window.dispatchEvent(new Event('js-modalopen-hndlr'));" />
</x-slot>
36 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
I found out that adding disabled="false" here will disable the x-on:click event
36 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
I found wire:loading.attr is the one that affects trigger disabled toggling, by default is set as this:
<x-filament::button icon="icon-headphones" tooltip="Listen" wire:loading.attr="disabled"...>
<x-filament::button icon="icon-headphones" tooltip="Listen" wire:loading.attr="disabled"...>
This will be toggling its state depending on poll value.
36 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
You guys made a great job documenting that info
36 replies
FFilament
Created by WashingtonG on 1/27/2025 in #❓┊help
Custom Table Action and polling
I build that code using node bin/build.js, and it's bundled and included right in public folder
36 replies