[PR #181] [MERGED] Feat/github-section #259

Closed
opened 2026-05-06 12:16:07 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/181
Author: @BreizhHardware
Created: 8/28/2025
Status: Merged
Merged: 8/28/2025
Merged by: @BreizhHardware

Base: masterHead: feat/github-section


📝 Commits (2)

  • a80d9ba feat: Add GitHubStatsSection component for displaying GitHub statistics
  • 3ded84b feat: Update color variables and add new green background utility

📊 Changes

13 files changed (+771 additions, -482 deletions)

View changed files

📝 index.html (+1 -1)
📝 package.json (+3 -3)
📝 pnpm-lock.yaml (+24 -24)
public/V5.png (+0 -0)
📝 public/locales/en/translation.json (+123 -68)
📝 public/locales/fr/translation.json (+132 -76)
📝 src/App.tsx (+23 -15)
📝 src/components/Card.tsx (+1 -0)
src/components/GitHubStatsSection.tsx (+234 -0)
src/components/HomelabSection.tsx (+0 -216)
📝 src/components/LoadingScreen.tsx (+154 -13)
📝 src/components/Menu.tsx (+3 -2)
📝 src/output.css (+73 -64)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/portfolio/pull/181 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `feat/github-section` --- ### 📝 Commits (2) - [`a80d9ba`](https://github.com/BreizhHardware/portfolio/commit/a80d9ba72c8b06cf63d977d0238d868e7b00c5a0) feat: Add GitHubStatsSection component for displaying GitHub statistics - [`3ded84b`](https://github.com/BreizhHardware/portfolio/commit/3ded84bec845bc584ea5cffb65441dbfaff1b1dd) feat: Update color variables and add new green background utility ### 📊 Changes **13 files changed** (+771 additions, -482 deletions) <details> <summary>View changed files</summary> 📝 `index.html` (+1 -1) 📝 `package.json` (+3 -3) 📝 `pnpm-lock.yaml` (+24 -24) ➕ `public/V5.png` (+0 -0) 📝 `public/locales/en/translation.json` (+123 -68) 📝 `public/locales/fr/translation.json` (+132 -76) 📝 `src/App.tsx` (+23 -15) 📝 `src/components/Card.tsx` (+1 -0) ➕ `src/components/GitHubStatsSection.tsx` (+234 -0) ➖ `src/components/HomelabSection.tsx` (+0 -216) 📝 `src/components/LoadingScreen.tsx` (+154 -13) 📝 `src/components/Menu.tsx` (+3 -2) 📝 `src/output.css` (+73 -64) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:16:07 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/portfolio#259
No description provided.