From f74888b7cb6ef0d3c3bf54e47d3137f10c852706 Mon Sep 17 00:00:00 2001 From: maebeale Date: Wed, 4 Mar 2026 08:20:36 -0500 Subject: [PATCH] Show initial-letter avatar circle when no photo uploaded Replace missing.png fallback in navbar with a styled circle showing the first letter of the user's name, matching the pattern already used in person_profile_button. Co-Authored-By: Claude Opus 4.6 --- app/views/shared/_navbar_user.html.erb | 16 ++++++++++++---- spec/system/navbar_avatar_updates_spec.rb | 5 +++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/app/views/shared/_navbar_user.html.erb b/app/views/shared/_navbar_user.html.erb index 16558087a..a84977ffa 100644 --- a/app/views/shared/_navbar_user.html.erb +++ b/app/views/shared/_navbar_user.html.erb @@ -1,7 +1,7 @@