Commit Graph

9 Commits

Author SHA1 Message Date
7af0464a11 feat: simplify localization handling and add resume component with translations 2025-09-05 14:08:13 +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
a6e3d4f57f feat: improve CommandPalette UI layout and enhance MessageContainer styling for better visibility 2025-09-03 13:52:57 +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
82b10ebc4b fix: adjust loading state delay and clean up Activity component template 2025-09-02 18:49:42 +02:00
01bbb6c00a feat: enhance chat UI and add location component with images 2025-09-02 18:21:48 +02:00
05963bb605 feat: add new articles on AI agents and machine learning
- Created a new article on "Understanding AI Agents, LLMs, and RAG" detailing the synergy between AI agents, LLMs, and Retrieval-Augmented Generation.
- Added an introductory article on "What is Machine Learning?" covering types, model selection, workflow, and evaluation metrics.

chore: setup ESLint and Nuxt configuration

- Added ESLint configuration for code quality.
- Initialized Nuxt configuration with various modules and settings for the application.

chore: initialize package.json and TypeScript configuration

- Created package.json for dependency management and scripts.
- Added TypeScript configuration for the project.

feat: implement API endpoints for activity and stats

- Developed API endpoint to fetch user activity from Lanyard.
- Created a stats endpoint to retrieve Wakatime coding statistics with caching.

feat: add various assets and images

- Included multiple images and assets for articles and projects.
- Added placeholder files to maintain directory structure.

refactor: define types for chat, lanyard, time, and wakatime

- Created TypeScript types for chat messages, Lanyard activities, time formatting, and Wakatime statistics.
2025-09-02 13:56:23 +02:00