mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-13 23:53:30 +02:00
[PR #152] [MERGED] fix: split collection detail header into title, metadata, description rows #152
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/myace#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/niels-emmer/myace/pull/152
Author: @niels-emmer
Created: 9/1/2026
Status: ✅ Merged
Merged: 9/1/2026
Merged by: @niels-emmer
Base:
main← Head:fix/collection-detail-header-rows📝 Commits (1)
921cfd6fix: split collection detail header into title, metadata, description rows📊 Changes
2 files changed (+9 additions, -9 deletions)
View changed files
📝
frontend/src/pages/CollectionDetail.tsx(+4 -4)📝
frontend/src/pages/CommunityCollectionDetail.tsx(+5 -5)📄 Description
Summary
On mobile, the collection detail header rendered the title and the metadata labels (branch / visibility / artifact count, or category / verified badge / downloads / artifacts) together, causing them to collide. Restructured the header into three clean rows on both detail pages:
base/additionallabelflex-wrapso they flow onto additional lines on narrow screens)On the Community Collections page, the category badge and freshness-verified badge moved out of the title row into the metadata row.
Type of change
Testing
tsc -b: passesnpm run lint: 0 errorsnpm run test: 106/106 pass (21 files)Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.