Commit Graph

152 Commits

Author SHA1 Message Date
f7efe2b7b8 Adjust Globe visualization parameters for improved appearance
Increased mapBrightness and modified baseColor and glowColor to achieve better contrast and a more visually appealing design. These changes refine the overall look of the globe component on the home page.
2025-02-03 15:57:20 +01:00
d70592b0c1 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	content/portfolio/bikes-glm.md
2025-02-02 22:17:55 +01:00
f855328096 Add portfolio page for GLM bike prediction project
Introduced a new portfolio entry showcasing a bike prediction project using Generalized Linear Models. Includes a detailed description, relevant tags, a PDF report, and a link to the source code.
2025-02-02 22:17:30 +01: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
afbb94ff11 Import and simplify usePrecision in Stats.vue
Updated the usePrecision function by removing unnecessary options for math rounding. Also cleaned up imports to enhance clarity and maintain concise coding practices.
2025-02-02 19:22:26 +01:00
affeb347e5 Refactor Stats.vue to optimize computed values
Extracted reusable computed values for time, date, and hours to improve code clarity and maintainability. This change reduces duplication and ensures consistency across template usages.
2025-02-02 19:17:53 +01:00
9e52314f40 Remove debug console logs from location plugin
Eliminated unnecessary console.log statements that were used for debugging purposes. This cleanup improves code readability and reduces noise in the server logs.
2025-02-02 19:10:18 +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
523a4a0582 Merge branch 'Cobe_implementation'
# Conflicts:
#	package.json
#	pnpm-lock.yaml
2025-02-02 18:30:52 +01:00
3f5b0829c7 Add Nuxt UI v3 2025-02-02 18:30:15 +01:00
bb20f593f8 Test visitors 2025-02-02 13:50:06 +01:00
c29a51941b Test visitors 2025-02-02 13:00:48 +01:00
9d4ca6476b Replace Mapbox integration with custom Globe component
Switched from Mapbox to a custom globe visualization using 'cobe' library. Removed all Mapbox-related code, dependencies, and environmental variables. Introduced a WebSocket-based system to display live visitor data on the globe.
2025-01-29 12:43:03 +01:00
86b5669947 Update header styles and improve visitor tooltip design
Adjusted header alignment for better responsiveness. Enhanced visitor tooltip by refining spacing, adding background color, and improving text readability for both light and dark themes.
2025-01-28 16:47:53 +01:00
989ae0c149 Add visitors 2025-01-28 16:31:31 +01:00
991c3a8a8a Fix tag translation 2025-01-28 16:23:21 +01:00
75b3655fd3 Fix main page 2024-11-28 22:55:28 +01:00
df4aec1f28 Add: nuxt content v3 2024-11-28 22:40:16 +01:00
4c42355100 Translate website in espagnol 2024-11-28 16:24:01 +01:00
a32c52cb7d Merge branch 'master' into feature_es 2024-11-28 15:14:30 +01:00
cb9ac99295 add: icon in tag 2024-11-27 12:27:37 +01:00
27f70b53d6 fix: tag color 2024-11-27 12:22:29 +01:00
8fdb5e16f2 Add: add only main tag in tab 2024-11-27 12:16:55 +01:00
06218d0e98 Sort tags 2024-11-27 12:07:17 +01:00
3c29d3517d Fix 2024-11-26 20:13:32 +01:00
f7a6bfd554 Merge branch 'refs/heads/master' into feature_es
# Conflicts:
#	app/components/AppHeader.vue
#	app/components/content/Quote.vue
#	app/components/home/Map.vue
#	app/pages/index.vue
#	content/home/en.md
#	content/home/fr.md
#	nuxt.config.ts
#	package.json
#	pnpm-lock.yaml
#	tailwind.config.ts
2024-11-26 20:10:22 +01:00
4d203e5b5c Implement new articles and posts 2024-11-26 20:01:01 +01:00
2c90cf2224 Fix math support 2024-11-26 14:11:27 +01:00
7b02670542 Change border color 2024-11-26 13:47:28 +01:00
3143fa973f Fix bugs and typo 2024-11-26 12:27:02 +01:00
d99a1d6b94 Lint code 2024-11-26 11:37:09 +01:00
5bfd91758e Add filter section 2024-11-26 11:36:42 +01:00
a3577431cd lint code 2024-11-26 11:24:46 +01:00
a519af23ce fix: update deps 2024-11-26 11:22:45 +01:00
19dd893ad1 fix: article sorting 2024-11-26 11:10:33 +01:00
b3d6907b1e Add support for math 2024-11-26 11:09:27 +01:00
2f96c7ed55 Move tailwind.config.ts 2024-11-25 23:17:05 +01:00
8b0cbd89f2 Change writing to portfolio 2024-11-25 23:13:47 +01:00
ab5b07fdb1 Add tag and change post format 2024-11-25 23:06:48 +01:00
a4fea78edc Update uses.vue 2024-08-22 15:06:47 +02:00
bf1624deab Update prose icon 2024-08-19 21:59:55 +02:00
7e00d5e12d Working 2024-08-19 17:17:05 +02:00
450f86a1c7 Update dependencies 2024-08-19 17:02:09 +02:00
c43ae2e24c Working on prose icon 2024-08-19 17:02:02 +02:00
c5fc4ab63d Change container width size 2024-08-19 17:01:51 +02:00
83d9cad797 Fix doublon 2024-07-24 18:16:29 +02:00
35f159ff23 fix date bug 2024-07-24 18:15:53 +02:00
e638d459b3 Add mapbox 2024-07-24 17:58:43 +02:00
782d227998 Merge remote-tracking branch 'origin/master' 2024-07-24 02:01:49 +02:00
2331b01a8d Change linter config to antfu config and lint code 2024-07-24 02:01:30 +02:00