[PR #104] [MERGED] Dashboard/Collections/Profiles UX polish #105

Closed
opened 2026-08-16 07:30:52 +02:00 by zaph0d · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/niels-emmer/myace/pull/104
Author: @niels-emmer
Created: 8/15/2026
Status: Merged
Merged: 8/15/2026
Merged by: @niels-emmer

Base: mainHead: feat/dashboard-collections-profiles-ux


📝 Commits (1)

  • ece2863 feat: dashboard/collections/profiles UX polish

📊 Changes

7 files changed (+133 additions, -198 deletions)

View changed files

📝 frontend/src/pages/CollectionDetail.test.tsx (+0 -1)
📝 frontend/src/pages/CollectionDetail.tsx (+0 -184)
📝 frontend/src/pages/CollectionsManager.tsx (+2 -2)
📝 frontend/src/pages/CommunityCollectionDetail.tsx (+17 -5)
📝 frontend/src/pages/Dashboard.tsx (+7 -3)
📝 frontend/src/pages/ProfileComposer.tsx (+11 -1)
📝 frontend/src/pages/ProfileDetail.tsx (+96 -2)

📄 Description

Summary

  • Dashboard: link the Collections/Profiles/Target Adapters stat cards to /collections, /profiles, /compile; reviewed all Dashboard copy (no issues found)
  • Collections page: card descriptions now show two lines (line-clamp-2) instead of truncating to one, on both owned and community cards
  • Community collection detail: artifacts now sort by type (rule → workflow → agent → skill → model_config), then alphabetically within type
  • Custom collection detail: removed the "Export to GitHub" button, modal, and mutation — publishing now goes exclusively through "Publish to Community"
  • Profiles page: added a right-aligned "+ Add profile" button above the profile list
  • Profile detail: now shows Default Target and Visibility alongside Base/Additional Collections, plus a new "Combined Resources" card showing the deduplicated artifact count by type across the profile's collections (mirrors compile_profile()'s dedup-by-name logic)

Test plan

  • npm run build (tsc -b && vite build) passes
  • npm run lint passes (no new warnings/errors)
  • npm run test — 22/22 passing
  • Manually verified in browser: Dashboard stat-card links navigate correctly; Collections card descriptions wrap to 2 lines; Community collection detail artifact ordering (rule/workflow/agent/skill); GitHub export button confirmed removed from custom collection detail; "+ Add profile" button renders and opens the form; created a real test profile (Software Engineer base + Security Auditor additional) and confirmed Default Target/Visibility display and the Combined Resources overview (14 Rules, 2 Workflows, 7 Agents, 9 Skills = 32, correctly deduped from 34 raw artifacts); test profile deleted afterward

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/niels-emmer/myace/pull/104 **Author:** [@niels-emmer](https://github.com/niels-emmer) **Created:** 8/15/2026 **Status:** ✅ Merged **Merged:** 8/15/2026 **Merged by:** [@niels-emmer](https://github.com/niels-emmer) **Base:** `main` ← **Head:** `feat/dashboard-collections-profiles-ux` --- ### 📝 Commits (1) - [`ece2863`](https://github.com/niels-emmer/myace/commit/ece2863baf1eb1f5eaea5e6989a2313465f665f8) feat: dashboard/collections/profiles UX polish ### 📊 Changes **7 files changed** (+133 additions, -198 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/CollectionDetail.test.tsx` (+0 -1) 📝 `frontend/src/pages/CollectionDetail.tsx` (+0 -184) 📝 `frontend/src/pages/CollectionsManager.tsx` (+2 -2) 📝 `frontend/src/pages/CommunityCollectionDetail.tsx` (+17 -5) 📝 `frontend/src/pages/Dashboard.tsx` (+7 -3) 📝 `frontend/src/pages/ProfileComposer.tsx` (+11 -1) 📝 `frontend/src/pages/ProfileDetail.tsx` (+96 -2) </details> ### 📄 Description ## Summary - Dashboard: link the Collections/Profiles/Target Adapters stat cards to `/collections`, `/profiles`, `/compile`; reviewed all Dashboard copy (no issues found) - Collections page: card descriptions now show two lines (`line-clamp-2`) instead of truncating to one, on both owned and community cards - Community collection detail: artifacts now sort by type (rule → workflow → agent → skill → model_config), then alphabetically within type - Custom collection detail: removed the "Export to GitHub" button, modal, and mutation — publishing now goes exclusively through "Publish to Community" - Profiles page: added a right-aligned "+ Add profile" button above the profile list - Profile detail: now shows Default Target and Visibility alongside Base/Additional Collections, plus a new "Combined Resources" card showing the deduplicated artifact count by type across the profile's collections (mirrors `compile_profile()`'s dedup-by-name logic) ## Test plan - [x] `npm run build` (tsc -b && vite build) passes - [x] `npm run lint` passes (no new warnings/errors) - [x] `npm run test` — 22/22 passing - [x] Manually verified in browser: Dashboard stat-card links navigate correctly; Collections card descriptions wrap to 2 lines; Community collection detail artifact ordering (rule/workflow/agent/skill); GitHub export button confirmed removed from custom collection detail; "+ Add profile" button renders and opens the form; created a real test profile (Software Engineer base + Security Auditor additional) and confirmed Default Target/Visibility display and the Combined Resources overview (14 Rules, 2 Workflows, 7 Agents, 9 Skills = 32, correctly deduped from 34 raw artifacts); test profile deleted afterward 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zaph0d 2026-08-16 07:30:52 +02:00
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
github-mirrors/myace#105
No description provided.