projects: breadcrumb reads generic 'Project' instead of the project name #88

Closed
opened 2026-04-20 12:22:10 +00:00 by zaelgohary · 0 comments
Member

island.rs:73-76 hardcodes breadcrumb("detail", "Project") for ProjectDetail. User can't see which project they're looking at from the header.

Fix: look up the selected project's name from the cached list and use it in the crumb — same approach contacts #79 used.

`island.rs:73-76` hardcodes `breadcrumb("detail", "Project")` for `ProjectDetail`. User can't see which project they're looking at from the header. Fix: look up the selected project's `name` from the cached list and use it in the crumb — same approach contacts #79 used.
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#88
No description provided.