feat: implement MemberCard component (issue#35) - #102
Open
IshimweIsaac wants to merge 10 commits into
Open
Conversation
added 9 commits
May 28, 2026 13:54
IshimweIsaac
force-pushed
the
feat/issue-35
branch
from
June 1, 2026 22:13
641ab90 to
ae85e1f
Compare
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.
Overview
This PR implements the Member Card component for the Members directory as outlined in Issue #35. It closely adheres to the provided Figma mockups and visual design guidelines.
Closes #35
What was done
components/members/member-card.tsx.w-16 h-16) with grayscale applied.text-[24px]for the name,16pxfor the title, and tracking-wider cyan monospace (text-[12px]) for the@handle.bg-primary-50 text-primary-700) and standard tech a neutral background (bg-neutral-50 text-neutral-600), perfectly matching the mockup colors.18x18px) that darkens on hover, bypassing the default button borders.border-radius: 0 !important;) on the availability indicator dots and the top contribution bullet points to enforce perfect circles.Screenshots
(Desktop view showing layout, typography, and precise status colors)
Notes for Reviewer
app/(public)/members/page.tsxlocally to verify layout and sizing, butpage.tsxhas been kept clean in this branch to avoid pushing temporary mock data.