Disable avatar
Disable avatar for the local intranet app, without outside network.
11 Replies
I don't think you can disable the Avatar. It's the trigger for the Dropdown menu is
I think he just wants to avoid the call to "ui-avatars.com", to fetch the avatar
Makes sense. Would have helped if there was an actual question π€·πΌββοΈ
That's true but was my assumption too
Maybe just return a β#β ?
You are making good product. Thanks to You all, filament team.
Yes, I won't to avoid the call to outside. I have the solution, overriding the user-avatar component, but it's not the right way to do this. Maybe You can in future make the option to configure than in config file..
Did you see the shared link? If yo0u don't want the outside call just set the $this->avatar_url; to a local url for a user image
Thanks. I see. I will make local svg and point to it.
No problem!
At the end I installed ui-avatars github repo and provided the same functionality as ui-avatars.com