[PR #124] [MERGED] Enhance skill display and add tooltip for skill levels #200

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/124
Author: @BreizhHardware
Created: 3/6/2025
Status: Merged
Merged: 3/6/2025
Merged by: @BreizhHardware

Base: masterHead: refactor/new-skill-system


📝 Commits (3)

  • 85c12b6 Enhance skill display and add tooltip for skill levels
  • dabc8bf Merge branch 'master' into refactor/new-skill-system
  • 9a8cbd2 Enhance skill display and add tooltip for skill levels

📊 Changes

9 files changed (+387 additions, -151 deletions)

View changed files

📝 .gitignore (+23 -0)
📝 package-lock.json (+5 -4)
📝 package.json (+1 -2)
📝 src/assets/DATA.ts (+5 -5)
📝 src/components/SkillCard.tsx (+5 -5)
src/components/SkillLevel.tsx (+93 -0)
📝 src/i18n.js (+57 -3)
src/index.js (+0 -17)
📝 src/output.css (+198 -115)

📄 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/124 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `refactor/new-skill-system` --- ### 📝 Commits (3) - [`85c12b6`](https://github.com/BreizhHardware/portfolio/commit/85c12b68ff66c1bbb187b2028fcc03cae8f9b84f) Enhance skill display and add tooltip for skill levels - [`dabc8bf`](https://github.com/BreizhHardware/portfolio/commit/dabc8bf19ed962fbb48b53372611af775525a079) Merge branch 'master' into refactor/new-skill-system - [`9a8cbd2`](https://github.com/BreizhHardware/portfolio/commit/9a8cbd2b920c8ff7804e252e2fdc31338487b59d) Enhance skill display and add tooltip for skill levels ### 📊 Changes **9 files changed** (+387 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+23 -0) 📝 `package-lock.json` (+5 -4) 📝 `package.json` (+1 -2) 📝 `src/assets/DATA.ts` (+5 -5) 📝 `src/components/SkillCard.tsx` (+5 -5) ➕ `src/components/SkillLevel.tsx` (+93 -0) 📝 `src/i18n.js` (+57 -3) ➖ `src/index.js` (+0 -17) 📝 `src/output.css` (+198 -115) </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:15:50 +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#200
No description provided.