Add skill removal functionality and enhance UI components

- Integrated onRemoveSkill functionality in SkillEvaluation, SkillSelector, and SkillEvaluationCard components for better skill management.
- Updated UI to improve user experience when removing skills, including tooltip descriptions and styling adjustments.
- Added new skills to backend, devops, frontend, and mobile JSON files for comprehensive skill coverage.
This commit is contained in:
Julien Froidefond
2025-08-20 16:06:09 +02:00
parent fe63f9592a
commit 5c510ebd07
22 changed files with 1758 additions and 42 deletions

View File

@@ -61,6 +61,123 @@
"https://webpack.js.org/concepts/",
"https://github.com/webpack/webpack"
]
},
{
"id": "vite",
"name": "Vite",
"description": "Outil de build rapide pour applications modernes",
"links": [
"https://vitejs.dev/",
"https://vitejs.dev/guide/"
]
},
{
"id": "svelte",
"name": "Svelte",
"description": "Framework de compilation pour interfaces utilisateur",
"links": [
"https://svelte.dev/",
"https://svelte.dev/docs"
]
},
{
"id": "solidjs",
"name": "SolidJS",
"description": "Framework JavaScript réactif et performant",
"links": [
"https://www.solidjs.com/",
"https://www.solidjs.com/docs"
]
},
{
"id": "astro",
"name": "Astro",
"description": "Framework statique multi-framework",
"links": [
"https://astro.build/",
"https://docs.astro.build/"
]
},
{
"id": "remix",
"name": "Remix",
"description": "Framework full-stack centré sur les standards web",
"links": [
"https://remix.run/",
"https://remix.run/docs"
]
},
{
"id": "storybook",
"name": "Storybook",
"description": "Outil de développement pour composants UI",
"links": [
"https://storybook.js.org/",
"https://storybook.js.org/docs"
]
},
{
"id": "cypress",
"name": "Cypress",
"description": "Framework de tests end-to-end",
"links": [
"https://www.cypress.io/",
"https://docs.cypress.io/"
]
},
{
"id": "playwright",
"name": "Playwright",
"description": "Framework de tests pour applications web",
"links": [
"https://playwright.dev/",
"https://playwright.dev/docs/"
]
},
{
"id": "three-js",
"name": "Three.js",
"description": "Bibliothèque JavaScript pour 3D dans le navigateur",
"links": [
"https://threejs.org/",
"https://threejs.org/docs/"
]
},
{
"id": "d3",
"name": "D3.js",
"description": "Bibliothèque de visualisation de données",
"links": [
"https://d3js.org/",
"https://github.com/d3/d3/wiki"
]
},
{
"id": "gsap",
"name": "GSAP",
"description": "Bibliothèque d'animations web performantes",
"links": [
"https://greensock.com/gsap/",
"https://greensock.com/docs/"
]
},
{
"id": "web-components",
"name": "Web Components",
"description": "Standards natifs pour composants réutilisables",
"links": [
"https://developer.mozilla.org/en-US/docs/Web/Web_Components",
"https://web.dev/web-components/"
]
},
{
"id": "pwa",
"name": "Progressive Web Apps",
"description": "Applications web progressives",
"links": [
"https://web.dev/progressive-web-apps/",
"https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps"
]
}
]
}