-
Notifications
You must be signed in to change notification settings - Fork 845
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Changes to Profile Name or Team Name not immediately reflected in menu... #99
Comments
Seems like the easiest fix would be to force those actions to trigger a complete page reload. I wonder if Livewire provides functionality for that OOTB, or if they have another solution to this issue to force other elements on page update. |
I think we could use the |
Ahh @stevebauman great point! I only just started working with livewire a few weeks back, so overlooked that. |
I proposed a solution in this PR: #132 |
Thx...! 🤓 I thought the PR made good sense, but I also suggested changing the event name to instead say what's happening vs what should happen. 😜 |
Description:
When changing the team name or profile name, neither the team name in the drop-down menu nor the avatar (initials) reflect the changes until a refresh is made.
This probably isn't a big deal, but I thought I'd point it out. 🤓
Steps To Reproduce:
Install new app:
laravel new l8app --jet --teams --stack=livewire
Build front-end:
npm install && npm run dev
Visit site
Register
Go to Team Settings or Profile
Change team name or name
Notice that the user avatar (initials) or drop-down menu don't update to reflect the changes
The text was updated successfully, but these errors were encountered: