Hive
fix(forage): align item detail header layout
GitHub issue · Closed
Source
tuist/hive #57
Updated
Jun 24, 2026
Domains
Hive
Summary
- Reuses the standard forage page header structure on item detail pages so GitHub issue details align with the rest of the forage UI.
- Removes the duplicate detail-specific icon/header CSS that made the title area read like a second card header.
- Keeps long forage item titles from overflowing by adding wrapping and min-width handling to the shared title group.
Testing
mix format lib/hive_web/components/forage_components.ex assets/css/routes/forage.cssmix test test/hive_web/live/forage_live/github_issues_test.exs test/hive_web/live/forage_live/feature_requests_test.exsmix compile --warnings-as-errorscurl -sS -o /tmp/hive-forage-issue.html -w '%{http_code}\n' http://localhost:4743/forage/items/github-issue/9a9aae05-54b1-4ede-a1e7-e65d3023752f
No GitHub comments yet.