## Summary - Replaced the default initials-based avatar fallback with [Facehash](https://facehash.dev/) — deterministic, unique avatar faces generated from the user's name - Same name always produces the same face, no API calls needed - Fully rounded with `rounded-full` styling ## Preview  Each user gets a unique, consistent face based on their name — no more generic initials. ## Changes - Installed `facehash` package - Updated `resources/js/components/user-info.tsx` to use `<Facehash>` instead of `<Avatar>` with initials fallback ## Test plan - [x] Verify avatar renders correctly in the sidebar footer (desktop) - [x] Verify avatar renders correctly in the mobile header - [x] Verify avatar renders correctly in the user dropdown menu - [x] Confirm the same user always gets the same face - [x] Check dark mode appearance |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| views | ||