Josh Hanley 🇦🇺
joshhanley.au
Josh Hanley 🇦🇺
@joshhanley.au
Working fulltime on fluxui.dev and core contributor to @LaravelLivewire. Sailing, Camping, Web Developer using PHP/ Laravel/ Livewire
Agreed!
October 28, 2025 at 10:12 PM
You might be waiting a while, it’s not something we plan to change. What’s wrong with tables?
September 6, 2025 at 10:57 PM
Yep! All in the matter of time 😁
September 5, 2025 at 9:32 PM
We've just fixed up how sidebar groups are handled, so make sure to upgrade to v2.3.1!
September 5, 2025 at 4:20 AM
Love it! 😁 yep it’s a default for all projects for me now 😊
August 9, 2025 at 3:45 AM
And how are you going?

Yep, a good friend will always want to know. There have been times when I've got so much going on in my world, when I call my best friend, I rant for a bit. But then I always ask, so how're you doing? No matter how long into the conversation we may be. But it goes both ways.
August 7, 2025 at 3:28 AM
Soon ™️
July 30, 2025 at 10:11 PM
Thankfully, while events aren't fun to deal with, they are definitely reliable. I've been using this pattern even since v2 for shared modals.
July 22, 2025 at 3:27 AM
Yep! Just tested this and yeah it works as I was hoping 😁
July 22, 2025 at 3:25 AM
I think I know what you want and it's coming in v4 🤫👀 (if it works the way I'm hoping it will 😆)
July 22, 2025 at 3:18 AM
Yeah the main reason for the dispatch is, what if you click edit on one user, then escape out and then click edit on a different user? The modal comp can't mount twice. You could potentially do that if you had inline modals but that adds to the DOM. I just have one edit-user modal comp for the page.
July 22, 2025 at 3:16 AM
I'd love to know the answer to this too 😅
July 22, 2025 at 3:12 AM
I then have loading inside the modal, which `wire:target` the edit method, to show the loading state and hide the modal contents.
July 22, 2025 at 3:02 AM
Yep, that's how I do it. I have a button that has `wire:click="$dispatch('edit-user', {{$user->id}})"` and it is wrapped in a `flux:modal.trigger` component, which opens the modal.

My modal component has a listener for the edit-user event on my `edit($userId)` method.
July 22, 2025 at 3:02 AM
One component for the page and another for the modal 😁
July 22, 2025 at 2:48 AM
Ahh! Yep, that'll do it. What do you use that for?
July 21, 2025 at 1:33 AM
Actually those dates are off by a day in comparison to the date inside the element 🤔
July 21, 2025 at 1:22 AM
Yeah Flux uses browser locale based date objects to get the individual dates. But it should only be rendering the day and not the rest of it.
July 21, 2025 at 1:21 AM
Sadly not. If you can’t work it out, happy to jump on a call to see if we can get to the bottom of it.
July 21, 2025 at 1:14 AM