fix(web): add missing user-cog icon for Profile card (BUNYIP-171) #235

Merged
longjacksonle merged 1 commit from fix/bunyip-171-profile-icon into main 2026-06-26 03:36:26 +02:00
Member

The Profile settings card and the onboarding "Tell us your name" step both
render their header glyph via settings_card("user-cog", ...) / step_card("user-cog", ...), but ui::inner() had no "user-cog" arm. Unknown names fall through to the _ => "" default, so the SVG rendered empty and the icon was missing (visible next to the populated "user" icon on the Account Information card). Add the lucide user-cog path set, matching the existing user-plus body so it stays visually consistent.

#BUNYIP-171

The Profile settings card and the onboarding "Tell us your name" step both render their header glyph via `settings_card("user-cog", ...)` / `step_card("user-cog", ...)`, but `ui::inner()` had no `"user-cog"` arm. Unknown names fall through to the `_ => ""` default, so the SVG rendered empty and the icon was missing (visible next to the populated "user" icon on the Account Information card). Add the lucide `user-cog` path set, matching the existing `user-plus` body so it stays visually consistent. #BUNYIP-171
fix(web): add missing user-cog icon for Profile card (BUNYIP-171)
All checks were successful
E2E / Playwright against deployment (pull_request) Successful in 22s
Check / fmt + clippy + build + tests (pull_request) Successful in 28m33s
Create release / Create release from merged PR (pull_request) Has been skipped
c168d46b2e
The Profile settings card and the onboarding "Tell us your name" step both
render their header glyph via `settings_card("user-cog", ...)` / `step_card("user-cog", ...)`, but `ui::inner()` had no `"user-cog"` arm. Unknown names fall through to the `_ => ""` default, so the SVG rendered empty and the icon was missing (visible next to the populated "user" icon on the Account Information card). Add the lucide `user-cog` path set, matching the existing `user-plus` body so it stays visually consistent.

#BUNYIP-171
longjacksonle scheduled this pull request to auto merge when all checks succeed 2026-06-26 03:08:50 +02:00
longjacksonle deleted branch fix/bunyip-171-profile-icon 2026-06-26 03:36:26 +02:00
Sign in to join this conversation.
No reviewers
No labels
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
psa-systems/bunyip!235
No description provided.