User menu action (without url) like darkmode buttons
How can I add user menu action that just do an action (without url) like when clicking dark mode buttons

2 Replies
You can use render hooks
https://filamentphp.com/docs/3.x/support/render-hooks/#registering-render-hooks
panels::user-menu.profile.after
@LeandroFerreira is this still the only way to add an action there? Seems rather messy
heck, I just want an action that launches a modal.