Commit Graph

51 Commits

Author SHA1 Message Date
97d7cddaa5 refactor: streamline component structure and enhance accessibility features 2025-09-04 18:43:14 +02:00
34d2e88e9f fix: add useActiveElement watcher to blur input fields and update package dependencies 2025-09-04 17:11:16 +02:00
4217eb6c1c fix: remove hardcoded IDs from ChatMessageContainer for improved flexibility 2025-09-04 16:43:51 +02:00
f87dc3efc2 fix: add aria-label attributes for accessibility and update text-muted class for consistency 2025-09-04 16:41:08 +02:00
38c55ff812 feat: integrate locale head for improved SEO and accessibility 2025-09-04 16:34:05 +02:00
29d6c777e9 fix: add alt attribute to UAvatar for improved accessibility 2025-09-04 16:31:23 +02:00
8bb83a4e07 fix: update heading elements for consistency; change h3 to h2 and adjust font sizes 2025-09-04 16:30:43 +02:00
caed661fe3 fix: remove autofocus attribute from command palette input for improved user experience 2025-09-04 16:27:16 +02:00
90b439e470 Lint code 2025-09-04 16:24:42 +02:00
c665f5ea3d feat: enhance chat message handling; add createdAt timestamp to messages and implement dynamic component rendering for various chat types 2025-09-04 16:22:26 +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
e7226e1992 fix: add .gitkeep to .gitignore for better directory management 2025-09-04 15:07:02 +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
b40546ed9f feat: enhance UI components with consistent background styling for improved visibility 2025-09-04 13:25:51 +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
6dbbd1b609 feat: update locale change handler to toggle between languages dynamically 2025-09-03 19:06:41 +02:00
eea42d85d1 feat: update Location component styles and improve localization message clarity 2025-09-03 18:59:44 +02:00
41c9d2f1ee feat: adjust transition delays and easing functions for improved animation timing 2025-09-03 18:54:27 +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
506cb8666a feat: enhance ChatMessages structure and update icons for improved clarity and organization 2025-09-03 18:44:40 +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
9485afa616 feat: update MessageContainer styling for improved visual consistency 2025-09-03 17:25:26 +02:00
e12174772e feat: add Vercel Analytics and Speed Insights for performance tracking 2025-09-03 17:19:40 +02:00
ae380c8c69 feat: refactor language handling and improve UI components for better usability 2025-09-03 17:14:11 +02:00
11f475cf6e feat: remove keyboard shortcut display for 'meta' key in CommandPalette for cleaner UI 2025-09-03 16:24:53 +02:00
ccd23859e2 feat: remove HomeLink component from error page for cleaner UI 2025-09-03 16:23:50 +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
a6e3d4f57f feat: improve CommandPalette UI layout and enhance MessageContainer styling for better visibility 2025-09-03 13:52:57 +02:00
37ff32b080 feat: refine CommandPalette item layout and improve placeholder text for better usability 2025-09-03 13:45:46 +02:00
5d9b1080dd feat: add VSCode settings for improved development experience; remove Typing component and adjust layout in MessageContainer and index pages 2025-09-03 13:37:42 +02:00
3e7aaba2f3 feat: enhance animations in Main and index components; add @vueuse/motion dependency 2025-09-03 13:10:27 +02:00
ddd0b12107 feat: update CommandPalette card variant for improved UI consistency 2025-09-03 12:50:22 +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
6641846a8b feat: implement theme toggle functionality with useTheme composable 2025-09-02 21:48:19 +02:00
8f5ae6bf7e feat: add better-sqlite3 dependency to project 2025-09-02 21:22:29 +02:00
b0d06b004c chore: add @nuxt/image package to dependencies 2025-09-02 21:21:18 +02:00
027713ec1a feat: add @nuxtjs/google-fonts dependency to project 2025-09-02 21:20:29 +02:00
ff28b719de feat: enhance command palette with new "uses" feature and update chat types
- Added "View setup" command to the command palette in English, French, and Spanish.
- Removed "Tech Stack" command from the command palette.
- Updated MessageContainer to handle new "uses" message type.
- Refactored chat.ts to use a new ChatMessages function for better organization.
- Created new Uses.vue component to display a list of software and gadgets.
- Added Item.vue and List.vue components for rendering individual items and categories.
- Updated content configuration to include new skills and uses categories.
- Added new JSON files for programming languages, frontend, backend, devops, and python frameworks.
- Updated existing JSON files for homelab items with improved descriptions.
- Removed obsolete stack JSON files.
2025-09-02 21:19:32 +02:00
f850982430 fix: update UCard variant to subtle in CommandPalette component 2025-09-02 20:20:24 +02:00
23f31aac99 feat: implement duplicate message detection and display notification 2025-09-02 20:19:28 +02:00
82b10ebc4b fix: adjust loading state delay and clean up Activity component template 2025-09-02 18:49:42 +02:00
204ded71e5 feat: add duplicate message check and update chat UI styles 2025-09-02 18:30:34 +02:00
01bbb6c00a feat: enhance chat UI and add location component with images 2025-09-02 18:21:48 +02:00
3fa4f574d3 refactor: update ESLint configuration and remove unused dependencies
- Replaced Nuxt ESLint configuration with Antfu's ESLint config.
- Removed 'nuxt-visitors' module from Nuxt configuration.
- Added linting scripts to package.json for easier code quality checks.
- Introduced a new API endpoint for fetching weather data from OpenWeather.
- Enhanced chat types with new enums and properties for better state management.
- Added OpenWeather response types for improved type safety.
- Updated social links in types/index.ts to include an email contact.
2025-09-02 17:45:01 +02:00