mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-01 17:37:37 +02:00
* feat(issues): show project segment in issue breadcrumb (MUL-2422) Render the issue's project (when present) between the workspace and any parent-issue segment. Segment reflects the issue's own `project_id` so the same URL produces the same breadcrumb from every entry point. Failed/missing project queries fall back to an "Unknown project" placeholder; loading shows a skeleton to avoid layout shift. Co-authored-by: multica-agent <github@multica.ai> * fix(issues): cap project breadcrumb width to preserve title precedence Constrain Project crumb to max-w-72 (matching ProjectChip) and add min-w-0 to the title span so the flex compression order matches RFC §5/§9: Project/Parent shrink before the current Issue title. Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: Lambda <lambda@multica.ai> Co-authored-by: multica-agent <github@multica.ai>