28 Commits

Author SHA1 Message Date
6c5b561d49 Refactor code structure for improved readability and maintainability 2025-10-03 17:37:34 +02:00
f73276df8f refactor: remove Vercel references and update dependencies
- Removed Vercel from skills and theme descriptions.
- Updated theme description to only mention JetBrains Mono.
- Changed deployment references from Vercel to Cloudflare in multiple locales.
- Updated package dependencies:
  - @iconify-json/devicon from 1.2.44 to 1.2.45
  - @tailwindcss/typography from 0.5.18 to 0.5.19
  - vue from 3.5.21 to 3.5.22
  - @types/node from 24.5.2 to 24.6.0
  - vue-tsc from 3.0.8 to 3.1.0
2025-09-30 11:16:32 +02:00
38405ef7e3 feat: add experiences section with localization and update skills and writings components 2025-09-06 14:19:04 +02:00
d40f30a06a feat: enhance navigation and localization for projects and writings sections 2025-09-06 12:34:41 +02:00
5436c6bf2d feat: add HomeLab component and update localization for homelab in English, Spanish, and French 2025-09-05 15:52:35 +02:00
b5b887673e feat: update localization for 'about' section and remove unused chat type 2025-09-05 15:27:56 +02:00
899a9846bc feat: enhance resume component with PDF file indication and update localization for multiple languages 2025-09-05 14:43:26 +02:00
590628fea2 feat: update resume component with localized file names and add PDF files 2025-09-05 14:33:48 +02:00
7af0464a11 feat: simplify localization handling and add resume component with translations 2025-09-05 14:08:13 +02:00
16cf818f0d feat: add credits component and update localization for multiple languages 2025-09-05 13:32:24 +02:00
addb63a792 feat: enhance navigation and content structure across chat and project components 2025-09-05 12:51:25 +02:00
b140760cfe refactor: remove infinite canvas module and related components
- Deleted the `useImagePreloader` composable and its associated types.
- Removed the `useInfiniteCanvas` composable along with its types and constants.
- Eliminated the `index.ts` file for the infinite canvas module.
- Removed utility functions related to touch and video handling.
- Deleted the screenshots module and its functionality.
- Updated package.json to remove `capture-website` dependency.
- Added new images for documentation purposes.
2025-09-05 11:48:35 +02:00
5dadb20607 feat(infinite-canvas): add infinite canvas component with drag and zoom functionality
- Implemented InfiniteCanvas.vue for rendering an infinite canvas with drag and zoom capabilities.
- Created useInfiniteCanvas composable for managing canvas state and interactions.
- Added useImagePreloader composable for preloading images and videos.
- Introduced constants for physics, touch interactions, viewport settings, and zoom defaults.
- Developed utility functions for touch handling and media type detection.
- Defined TypeScript types for canvas items, grid items, and composables.
- Registered components and composables in the Nuxt module.
- Added screenshot generation functionality for content files.
- Updated package.json to include capture-website dependency.
2025-09-05 11:01:11 +02:00
97d7cddaa5 refactor: streamline component structure and enhance accessibility features 2025-09-04 18:43:14 +02:00
8d7ff6f3a2 feat: add Hobbies section with dynamic content; update localization for hobbies in English, Spanish, and French 2025-09-04 15:59:19 +02:00
283cf7352e feat: add Writings section with dynamic content; enhance localization for projects and writings 2025-09-04 15:42:13 +02:00
83631c378a feat: implement ChatCommandPalette with dynamic mode handling; enhance localization for tooltips and post footer; add new project pages and content 2025-09-04 15:06:17 +02:00
334bd93099 feat: add tooltips for navigation and action buttons in CommandPalette; update localization files for new tooltip texts 2025-09-04 13:50:07 +02:00
81814b507e fix: update project links to point to the new ArtStudies repository
feat: add new homelab project documentation with details on services and hardware

fix: correct project code links for Monte Carlo Project and Schelling Segregation Model

refactor: rename Studies Projects to ArtStudies for better clarity and consistency

i18n: add project descriptions in English, Spanish, and French locales

chore: update package name to artsite and adjust dependency versions

style: add cover image for ArtLab project

fix: update chat message labels for better readability and translation usage
2025-09-04 12:52:59 +02:00
313b8180c0 feat: enhance CommandPalette and MessageContainer with improved styling and interactivity; update localization messages for clarity 2025-09-04 10:38:57 +02:00
eea42d85d1 feat: update Location component styles and improve localization message clarity 2025-09-03 18:59:44 +02:00
f4f2f1756f feat: update CommandPalette styling and remove unused 'uses' translations for improved clarity and organization 2025-09-03 18:52:05 +02:00
e7b3e5fcc4 feat: refactor uses handling and enhance category structure for improved organization and localization 2025-09-03 18:40:47 +02:00
8857b53854 feat: update UI configurations and enhance skills data structure for improved functionality 2025-09-03 17:58:56 +02:00
9519c91e61 feat: add Skills component and integrate skills data; enhance CommandPalette and MessageContainer with improved UI and animations 2025-09-03 16:04:44 +02:00
c92bb2ed1f feat: enhance CommandPalette UI, add Main component, and update localization for better user experience 2025-09-03 12:48:37 +02:00
b818f03393 feat: add error page localization in English, Spanish, and French; update error messages and links 2025-09-03 12:15:56 +02:00
42e14ee94a Add multilingual support with English, Spanish, and French translations; update Nuxt configuration and package dependencies 2025-09-03 12:09:22 +02:00