Commit Graph

9 Commits

Author SHA1 Message Date
bcf9bd599e Refactor: swap status colors for 'active' and 'completed'; add full-card link overlay for navigation 2025-12-24 13:19:05 +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
copilot-swe-agent[bot]
a1dbcdce90 Refactor: Extract project color mappings to composable
Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
2025-12-23 23:30:13 +00:00
9ee02a36a3 feat: intégrer les informations de contact et ajuster les priorités des liens sociaux 2025-12-23 23:34:07 +01:00
e0589826bb Refactor code structure for improved readability and maintainability 2025-12-22 23:09:21 +01:00
65221f8f54 Add nuxt-visitors 2025-04-17 17:45:33 +02:00
9ace5f716b Normalize code style and logging levels throughout project
Fixed minor inconsistencies in syntax, formatting, and logging levels across various files. Updated newline handling, adjusted console log types, and improved code organization for better readability and maintainability.
2025-02-02 19:53:17 +01:00
6ab4ffc092 Refactor WebSocket handling and remove nuxt-visitors module
Replaced nuxt-visitors module with a custom WebSocket implementation for location tracking. Removed redundant code and comments in `useVisitors` composable and introduced the `location.server` plugin to manage user location. Updated dependencies and configurations to reflect these changes, streamlining the approach.
2025-02-02 19:03:49 +01:00
c29a51941b Test visitors 2025-02-02 13:00:48 +01:00