mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-05-09 16:25:58 +02:00
[PR #179] [MERGED] Feat/global improvment #256
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feat/global-improvment📝 Commits (9)
191158ffeat: Add LoadingScreen component with typing effect and cursor animation46a1b5afeat(experience): Add proper experience declarationefc218frefactor: remove GitHubStatsSection component and its mock data1b22ec4feat: Migrate deployment scripts to use pnpm for dependency management543d4c3feat: Migrate deployment scripts to use pnpm for dependency management16458f8feat: Migrate deployment scripts to use pnpm for dependency management55f88e5chore: Update dependencies in package.json and pnpm-lock.yaml7bf4c58Update src/components/ContactSection.tsxdd187f2Update 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.