Commit Graph

78 Commits

Author SHA1 Message Date
9ee45723f3 fix: améliorer la lisibilité du code et ajuster la taille des icônes dans le composant Activity 2026-01-03 22:26:57 +01:00
5990b84432 fix: corriger la logique de détermination du nom d'activité et ajouter Positron à la liste des IDEs 2026-01-02 18:09:23 +01:00
75c72d007c fix: ajuster les couleurs de fond pour améliorer la visibilité dans Activity.vue et Stats.vue 2025-12-25 00:26:16 +01:00
bac370e465 fix: supprimer l'affichage des statistiques dans le composant Stats et mettre à jour la version de nuxt-studio 2025-12-24 19:54:55 +01:00
b8332b13af feat: ajouter des tailles et des améliorations de style aux composants Skills, Stats, StatusPage, Education et Experiences 2025-12-24 19:52:12 +01:00
91422148dd feat: ajouter des composants de statut en direct et mettre à jour la configuration de l'éducation 2025-12-24 19:34:29 +01:00
121b35308f Refactor: remplacer UMeter par UProgress pour une meilleure gestion des pourcentages 2025-12-24 14:47:27 +01:00
2c545875d1 chore: update project dependencies and configuration
- Removed Tailwind CSS tag from the artchat project metadata.
- Updated @nuxtjs/mdc package version from ^0.19.1 to 0.19.2 in package.json.
- Added migrations_table and migrations_dir properties to the D1 database configuration in wrangler.jsonc.
2025-12-24 13:14:35 +01:00
c46feb3052 feat: mettre à jour les couleurs par défaut et réorganiser la configuration des composants 2025-12-23 23:34:20 +01:00
466baf1eb8 feat: réorganiser les composants de la page d'accueil et améliorer l'affichage des statistiques 2025-12-23 22:54:23 +01:00
e0589826bb Refactor code structure for improved readability and maintainability 2025-12-22 23:09:21 +01:00
a33bcb8bfc feat: refactor components to remove i18n and update static text 2025-12-22 19:39:53 +01:00
929899722b fix: corriger la syntaxe et ajouter des retours à la ligne manquants dans plusieurs fichiers 2025-12-18 23:18:18 +01:00
80c88466d3 fix: ajuster l'intervalle de rafraîchissement des activités et ajouter des règles de route pour l'API 2025-12-18 21:30:30 +01:00
dca0ca8ae2 fix: ajouter une marge supérieure au composant Quote pour un meilleur espacement 2025-12-18 11:32:46 +01:00
795b2d5f07 fix: supprimer la marge supérieure inutile dans le composant Quote 2025-12-18 11:10:38 +01:00
7c799b7206 fix: améliorer la gestion des activités de codage et simplifier le formatage des données 2025-12-18 10:36:07 +01:00
45055232f0 fix: remove unused import and clean up type definitions 2025-12-17 10:46:37 +01:00
dc69b8344a feat: update environment variables and API endpoints for improved configuration 2025-12-17 10:43:44 +01:00
064e20ddc3 Working on v2 2025-12-16 19:45:13 +01:00
bcebe13ea5 fix: add type annotations for improved type safety in Activity.vue 2025-09-01 10:10:15 +02:00
574948bbbc refactor: simplify template structure in Quote.vue for improved readability 2025-07-29 21:01:35 +02:00
e88290967a Refactor app configuration and styles: remove unused color variables, enhance AppHeader theme switching, and update AppVisitors badge styling. 2025-07-24 22:53:45 +02:00
cfaea67829 Refactor CSS variables and update button variant in CatchPhrase and [slug] components 2025-07-24 20:30:31 +02:00
55669af5a6 Remove unused binary assets: cursor.webp and datagrip.webp 2025-07-24 19:44:01 +02:00
3a3b6b44fd Update Name.vue 2025-07-24 11:52:51 +02:00
65aeb3736a Update Link.vue 2025-07-24 11:41:31 +02:00
9632685b15 Update Link.vue 2025-07-24 11:36:41 +02:00
fe8ff124e2 Update navigation link in AppHeader, enhance locale handling in Activity and Stats components, and set compatibility date in nuxt.config 2025-07-20 18:19:34 +02:00
215f0c0e8e Add animated text gradient component and update references in content files 2025-04-19 16:04:02 +02:00
2d487e045a Refactor tooltip structure for improved accessibility and styling 2025-04-17 19:11:27 +02:00
3b9c239a75 Enhance offline message in Activity component with dynamic content
- Replaced static offline message with an i18n-t component to support dynamic content.
- Updated translations for offline messages in English, French, and Spanish to include a placeholder for additional context about doing maths or sleeping.
2025-04-07 18:33:53 +02:00
5ee900ef23 Update dependencies and improve stateWord logic in Activity component
- Updated '@iconify-json/lucide' dependency to version 1.2.35 in package.json and pnpm-lock.yaml for compatibility.
- Enhanced stateWord logic in Activity component to handle cases where the state string may be empty, ensuring it defaults to 'secret' when necessary.
2025-04-07 13:22:35 +02:00
dbb98153fb Add: Introduce new IDE 'Cursor' and update ProseImg component
- Added 'Cursor' IDE to the uses page with corresponding images and descriptions.
- Updated ProseImg component to support an optional 'rounded' prop for image styling.
- Removed outdated JetBrains image and replaced it with a new webp format.
- Adjusted layout and spacing in the uses page for better presentation of IDEs.
2025-04-06 23:31:35 +02:00
7ffa35eb13 Fix: Update stateWord logic in Activity component for better handling of state strings
- Modified the logic for determining stateWord to ensure it correctly handles cases where the state string has fewer than two words, defaulting to 'secret' when necessary.
2025-04-06 23:04:54 +02:00
dc63d1b206 Update dependencies and remove Globe component
- Updated various dependencies in package.json and pnpm-lock.yaml for improved performance and compatibility.
- Removed the Globe component from the home page, streamlining the layout and reducing complexity.
2025-04-06 22:58:30 +02:00
1153a2003f Refactor: Update favicon and enhance user profile display
- Replaced the favicon with a new webp format for better performance.
- Updated the user avatar component in the Quote.vue file to use the new favicon and adjusted its size and styling.
- Added a new section in the projects and writings pages to introduce the author, including links to LinkedIn and GitHub profiles with a personalized message.
- Improved the layout and styling of the author introduction for better visual appeal.
2025-04-06 22:47:41 +02:00
d3a8243abf Enhance: Update Activity component and ProseIcon styles
- Added optional 'assets' field to LanyardActivity interface for small text.
- Introduced 'Cursor' IDE to the IDEs list.
- Improved color variant styles in ProseIcon component for better visibility.
- Refactored Activity component to handle 'Cursor' IDE and updated activity message formatting.
2025-04-06 20:06:54 +02:00
9aa904e18a Refactor: Update image paths in writings and enhance Activity component
- Changed image source paths in multiple markdown files to point to the correct 'writings' directory.
- Updated the Activity component to specify the type for fetched activity data.
2025-04-06 19:25:14 +02:00
f908dace86 Remove tests 2025-03-19 11:31:44 +01:00
cc086c6182 Testing 6 2025-03-19 11:28:40 +01:00
86709d24b6 Testing 5 2025-03-19 11:28:21 +01:00
2a84a592e6 Testing 4 2025-03-19 11:24:20 +01:00
48be5b64bd Testing 3 2025-03-19 11:21:03 +01:00
24f4109319 Testing 2 2025-03-19 11:12:29 +01:00
f29a3ed9ab Testing 2025-03-19 11:00:32 +01:00
a20c41c2d4 Testing 2025-03-19 10:58:12 +01:00
114adf18bc Testing 2025-03-19 10:53:37 +01:00
adfdbbfce5 Testing 2025-03-19 10:51:09 +01:00
32b3ee048c Testing 2025-03-19 10:45:02 +01:00