Skip to content

feat(MaintainerCard): add 'linkedIn' icon to 'MaintainerSocialIcons'#777

Merged
tannerlinsley merged 4 commits intoTanStack:mainfrom
sukvvon:feat/maintainer-card-linkedin-icon
Mar 24, 2026
Merged

feat(MaintainerCard): add 'linkedIn' icon to 'MaintainerSocialIcons'#777
tannerlinsley merged 4 commits intoTanStack:mainfrom
sukvvon:feat/maintainer-card-linkedin-icon

Conversation

@sukvvon
Copy link
Contributor

@sukvvon sukvvon commented Mar 21, 2026

Add linkedIn SVG icon to MaintainerSocialIcons so that maintainers with a linkedIn social link have their icon rendered correctly.

Summary by CodeRabbit

  • New Features
    • Added LinkedIn support for maintainer profiles: maintainer cards now display a LinkedIn icon and link when a LinkedIn URL is provided, alongside existing social links (Twitter, Bluesky, Website, GitHub). This improves discoverability of maintainers' professional profiles from their cards without changing existing social link behavior.

@netlify
Copy link

netlify bot commented Mar 21, 2026

Deploy Preview for tanstack ready!

Name Link
🔨 Latest commit dd1ef01
🔍 Latest deploy log https://app.netlify.com/projects/tanstack/deploys/69c1fc69eefd9b0007dfa3a9
😎 Deploy Preview https://deploy-preview-777--tanstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 34 (🔴 down 10 from production)
Accessibility: 90 (no change from production)
Best Practices: 83 (🔴 down 9 from production)
SEO: 97 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link

coderabbitai bot commented Mar 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1e47a4c9-181f-4f37-b01e-4f5a264535de

📥 Commits

Reviewing files that changed from the base of the PR and between 29ef2a9 and 8ce5441.

📒 Files selected for processing (1)
  • src/components/MaintainerCard.tsx
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/components/MaintainerCard.tsx

📝 Walkthrough

Walkthrough

Added a linkedIn SVG icon entry to the MaintainerSocialIcons map in src/components/MaintainerCard.tsx; when a maintainer's social object includes linkedIn, the component now renders a LinkedIn social link alongside existing icons.

Changes

Cohort / File(s) Summary
LinkedIn Icon Addition
src/components/MaintainerCard.tsx
Added a linkedIn entry to the MaintainerSocialIcons mapping and updated rendering so MaintainerSocialLinks displays a LinkedIn icon/link when maintainer.social.linkedIn is present.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 I hopped through code with nimble paws,
A shiny LinkedIn found its cause,
Icons lined up in tidy rows,
Now maintainers strike new bows,
Network sprouts where the rabbit goes.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a LinkedIn icon to the MaintainerSocialIcons component, which matches the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@tannerlinsley tannerlinsley merged commit 9221512 into TanStack:main Mar 24, 2026
6 of 7 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.

3 participants