contacts: detail header stutters when alias equals name #73

Closed
opened 2026-04-20 08:01:01 +00:00 by zaelgohary · 0 comments
Member

When alias == name, the detail view shows ss on top and (ss) underneath — the paren line is a duplicate.

contact_display_name prefers alias over name, then contact_detail.rs:96-98 always renders ({contact.name}) below the title.

Fix: skip the paren line when alias matches name (or when alias is absent).

When `alias == name`, the detail view shows `ss` on top and `(ss)` underneath — the paren line is a duplicate. `contact_display_name` prefers `alias` over `name`, then `contact_detail.rs:96-98` always renders `({contact.name})` below the title. Fix: skip the paren line when alias matches name (or when alias is absent).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_archipelagos#73
No description provided.