Andrew Wallo
Andrew Wallo
FFilament
Created by Renan Pereira on 10/21/2024 in #❓┊help
Modal not working on Firefox
Oh okay sounds good!
16 replies
FFilament
Created by Renan Pereira on 10/21/2024 in #❓┊help
Modal not working on Firefox
I replied on the discussion post on Livewire's github repo
16 replies
FFilament
Created by Renan Pereira on 10/21/2024 in #❓┊help
Modal not working on Firefox
Yes I know. Thats what I was talking about
16 replies
FFilament
Created by Renan Pereira on 10/21/2024 in #❓┊help
Modal not working on Firefox
No description
16 replies
FFilament
Created by Renan Pereira on 10/21/2024 in #❓┊help
Modal not working on Firefox
Also, this does happen... Even in the demo. It's pretty easy to replicate. Just click around on the navigation items quickly.
16 replies
FFilament
Created by Renan Pereira on 10/21/2024 in #❓┊help
Modal not working on Firefox
I guess action modals do use query strings though which does use the history api, so I'm not too surprised. I just wish someone with enough Javascript experience and experience with Livewire's frontend code would make a PR given that I kind of gave all of the information regarding the issue in that discussion post..
16 replies
FFilament
Created by Renan Pereira on 10/21/2024 in #❓┊help
Modal not working on Firefox
Kind of weird that its happening with modals specifically. I would have expected the issue to occur just when navigating Resource pages quickly in the UI.
16 replies
FFilament
Created by Renan Pereira on 10/21/2024 in #❓┊help
Modal not working on Firefox
Is it only specific to modals you’re saying?
16 replies
FFilament
Created by nowak on 10/17/2024 in #❓┊help
Show navigation and topbar conditionally
You can even dispatch a custom event inside a middleware
10 replies
FFilament
Created by nowak on 10/17/2024 in #❓┊help
Show navigation and topbar conditionally
Those events
10 replies
FFilament
Created by nowak on 10/17/2024 in #❓┊help
Show navigation and topbar conditionally
10 replies
FFilament
Created by nowak on 10/17/2024 in #❓┊help
Show navigation and topbar conditionally
I think filament has some events that are sent when the panel is booted or something
10 replies
FFilament
Created by nowak on 10/17/2024 in #❓┊help
Show navigation and topbar conditionally
You can maybe try doing it in a listener.
10 replies
FFilament
Created by Steff on 10/10/2024 in #❓┊help
Saas with filament
The panel builder is the SaaS tool
8 replies
FFilament
Created by Andrew Wallo on 7/24/2024 in #❓┊help
Help with URL Query Parameters for Table Modal Actions in Filament
Yeah I did the same thing. Wasn’t able to persist it anytime the modal is open, but for my use case I just needed to redirect and open.
14 replies
FFilament
Created by Andrew Wallo on 7/24/2024 in #❓┊help
Help with URL Query Parameters for Table Modal Actions in Filament
And using mountTableAction
14 replies
FFilament
Created by Andrew Wallo on 7/24/2024 in #❓┊help
Help with URL Query Parameters for Table Modal Actions in Filament
Right now I'm just using a script to intercept the record id across pages by storing it in local storage
14 replies
FFilament
Created by Andrew Wallo on 7/24/2024 in #❓┊help
Help with URL Query Parameters for Table Modal Actions in Filament
Example of what I'm looking for but imagine the url param is linked to the opening and closing of the modal.
14 replies
FFilament
Created by BlueForge on 7/18/2024 in #❓┊help
Async Column
As I said I think the best and most simple solution would be to use deferLoading
10 replies
FFilament
Created by BlueForge on 7/18/2024 in #❓┊help
Async Column
No I don't believe you can. This is a feature that would require a custom table. The filament tables' data comes from your query. If you modify that query to do what you want then sure, but I don't have knowledge on if its possible to synchronously load some columns and asynchronously load others. All of the data comes from one source.
10 replies