mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-13 23:53:30 +02:00
[PR #86] [MERGED] feat: show base-first community preview on main Collections page with 'view all' link #89
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/myace#89
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/86
Author: @niels-emmer
Created: 8/12/2026
Status: ✅ Merged
Merged: 8/12/2026
Merged by: @niels-emmer
Base:
main← Head:feat/main-page-community-preview📝 Commits (1)
b94b762feat: show base-first community preview on main Collections page with 'view all' link📊 Changes
2 files changed (+31 additions, -10 deletions)
View changed files
📝
backend/app/api/collections.py(+7 -2)📝
frontend/src/pages/CollectionsManager.tsx(+24 -8)📄 Description
Summary
The main Collections page's Community Collections section now shows base collections first (alphabetically), then additional collections (alphabetically), and displays a link to the full community page when there are more than 10.
Changes
backend/app/api/collections.pycollection_type ASC, name ASC— base before additional, both alphabeticalfrontend/src/pages/CollectionsManager.tsxlistCommunity({ limit: 10 })instead oflistCommunityTop; shows "First 10 collections shown, click here to view all" link when total > 10Testing
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.