Conversation
… contributors Replace plain contributor lists in monthly reports with rich GitHubProfileCard components that display avatars, bios, repos count, and followers count. Changes: - Add highlight prop to GitHubProfileCard for special styling - Add gold gradient background with enhanced shadow effects for new contributors - Add '⭐ New Contributor' badge with animated shimmer effect - Reorder sections: New Contributors (highlighted) shown first, then All Contributors - Update markdown generator to always import GitHubProfileCard component - Use grid layout (2 columns desktop, 1 column mobile) matching donations page - Regenerate December 2025 report with new contributor card format Assisted-by: Claude Sonnet 4 via Cline
Convert January report from plain text contributor list to GitHubProfileCard components with grid layout, matching the format now used in December report. - Add GitHubProfileCard import - Replace plain text list with profile card grid - Shows 6 contributors: castrojo, hanthor, istvan-derda, ledif, rwaltr, tulilirockz
- Change grid from auto-fit to fixed 2-column layout (repeat(2, 1fr)) - Add gold foil demo: tulilirockz shown as new contributor in January report - Regenerate December report with new layout - Update January report with new contributor section This provides a cleaner, more predictable layout and demonstrates the gold foil special edition effect for new contributors.
- Move badge from top-right to bottom-left to avoid blocking username - Update January report: rwaltr and istvan-derda as new contributors - Remove tulilirockz from new contributors section The badge now appears in the bottom-left corner where it won't interfere with the name, bio, or stats content.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace plain contributor lists in monthly reports with rich GitHubProfileCard components that display avatars, bios, repos count, and followers count. New contributors get special "gold foil" styling with animated effects.
Changes
Component Enhancements
highlight?: booleanprop for special stylingReport Generation
highlight={true}) shown first, then All ContributorsGenerated Reports
Visual Example
All Contributors (current December report with 0 new contributors):
New Contributors (will appear in future reports):
Testing
✅ Build passes:
npm run build✅ Dev server runs:
npm start✅ December report renders correctly at
/reports/2025/12/31/report✅ Profile cards display with avatars, bios, and stats
✅ Grid layout responsive (2 cols desktop → 1 col mobile)
Note: December 2025 had 0 new contributors, so gold foil effect will be visible in future reports with first-time contributors.
Related
/donationspageChecklist