Skip to content

Limit releases fetched in HomeRoute to 4 - #38

Merged
Creylay merged 1 commit into
mainfrom
fix/limit-releases-activity-section
Jul 2, 2026
Merged

Limit releases fetched in HomeRoute to 4#38
Creylay merged 1 commit into
mainfrom
fix/limit-releases-activity-section

Conversation

@Creylay

@Creylay Creylay commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Capped the "Latest Releases" list in the homepage Activity section ([04]) to the 4 most recent GitHub releases, fixing the layout issue where many releases made the list grow tall and left excess empty space next to the newsletter card.
  • The existing "View all" link already points to the GitHub releases page, so no changes were needed there.

Changes by file

components/community/routes/HomeRoute.tsx

  • Changed the GitHub releases fetch from per_page=10 to per_page=4, so only the latest 4 releases are requested and rendered in the Activity section's release list.

@Creylay
Creylay merged commit f4c2838 into main Jul 2, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant