[PR #179] [MERGED] Feat/global improvment #256

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

📋 Pull Request Information

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

Base: masterHead: feat/global-improvment


📝 Commits (9)

  • 191158f feat: Add LoadingScreen component with typing effect and cursor animation
  • 46a1b5a feat(experience): Add proper experience declaration
  • efc218f refactor: remove GitHubStatsSection component and its mock data
  • 1b22ec4 feat: Migrate deployment scripts to use pnpm for dependency management
  • 543d4c3 feat: Migrate deployment scripts to use pnpm for dependency management
  • 16458f8 feat: Migrate deployment scripts to use pnpm for dependency management
  • 55f88e5 chore: Update dependencies in package.json and pnpm-lock.yaml
  • 7bf4c58 Update src/components/ContactSection.tsx
  • dd187f2 Update src/components/ContactSection.tsx

📊 Changes

28 files changed (+7305 additions, -7186 deletions)

View changed files

📝 .github/workflows/deploy-test.yml (+14 -5)
📝 .github/workflows/deploy.yml (+14 -5)
📝 .gitignore (+1 -0)
env.d.ts (+12 -0)
📝 index.html (+0 -1)
package-lock.json (+0 -5873)
📝 package.json (+25 -17)
pnpm-lock.yaml (+4556 -0)
public/locales/en/translation.json (+148 -0)
public/locales/fr/translation.json (+147 -0)
📝 src/App.jsx (+41 -10)
📝 src/assets/DATA.ts (+75 -1)
src/components/ContactSection.tsx (+262 -0)
src/components/HomelabSection.tsx (+216 -0)
src/components/LoadingScreen.tsx (+57 -0)
📝 src/components/Menu.tsx (+7 -5)
src/components/ParticlesBackground.tsx (+29 -0)
src/components/ProgresBar.tsx (+0 -47)
📝 src/components/Project.tsx (+13 -6)
📝 src/components/ProjectCard.tsx (+1 -1)

...and 8 more files

📄 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/179 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `feat/global-improvment` --- ### 📝 Commits (9) - [`191158f`](https://github.com/BreizhHardware/portfolio/commit/191158f197a06f4cddcc3d37d3814859a83f6c33) feat: Add LoadingScreen component with typing effect and cursor animation - [`46a1b5a`](https://github.com/BreizhHardware/portfolio/commit/46a1b5acdc4cf10168bc32fdff07a75530fb4d69) feat(experience): Add proper experience declaration - [`efc218f`](https://github.com/BreizhHardware/portfolio/commit/efc218f4459b345f8938b387aa43219b14445638) refactor: remove GitHubStatsSection component and its mock data - [`1b22ec4`](https://github.com/BreizhHardware/portfolio/commit/1b22ec4491953197fa82d829f455a745319c1348) feat: Migrate deployment scripts to use pnpm for dependency management - [`543d4c3`](https://github.com/BreizhHardware/portfolio/commit/543d4c3bf3366b50c95ddc6e9ac1230de31aff02) feat: Migrate deployment scripts to use pnpm for dependency management - [`16458f8`](https://github.com/BreizhHardware/portfolio/commit/16458f8b3b4c602dc13e8f00ac7615accbb431e3) feat: Migrate deployment scripts to use pnpm for dependency management - [`55f88e5`](https://github.com/BreizhHardware/portfolio/commit/55f88e59ca8f108064403eaca95f46c9253f3e5e) chore: Update dependencies in package.json and pnpm-lock.yaml - [`7bf4c58`](https://github.com/BreizhHardware/portfolio/commit/7bf4c58862f6ed52e68281542d25f10b2bb518fe) Update src/components/ContactSection.tsx - [`dd187f2`](https://github.com/BreizhHardware/portfolio/commit/dd187f293d990ed079d3d6521a31de14e4ace463) Update src/components/ContactSection.tsx ### 📊 Changes **28 files changed** (+7305 additions, -7186 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/deploy-test.yml` (+14 -5) 📝 `.github/workflows/deploy.yml` (+14 -5) 📝 `.gitignore` (+1 -0) ➕ `env.d.ts` (+12 -0) 📝 `index.html` (+0 -1) ➖ `package-lock.json` (+0 -5873) 📝 `package.json` (+25 -17) ➕ `pnpm-lock.yaml` (+4556 -0) ➕ `public/locales/en/translation.json` (+148 -0) ➕ `public/locales/fr/translation.json` (+147 -0) 📝 `src/App.jsx` (+41 -10) 📝 `src/assets/DATA.ts` (+75 -1) ➕ `src/components/ContactSection.tsx` (+262 -0) ➕ `src/components/HomelabSection.tsx` (+216 -0) ➕ `src/components/LoadingScreen.tsx` (+57 -0) 📝 `src/components/Menu.tsx` (+7 -5) ➕ `src/components/ParticlesBackground.tsx` (+29 -0) ➖ `src/components/ProgresBar.tsx` (+0 -47) 📝 `src/components/Project.tsx` (+13 -6) 📝 `src/components/ProjectCard.tsx` (+1 -1) _...and 8 more files_ </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:06 +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#256
No description provided.