From dbb98153fbd9d9a7e65edd458dc6370a56c3a276 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 6 Apr 2025 23:31:35 +0200 Subject: [PATCH] Add: Introduce new IDE 'Cursor' and update ProseImg component - Added 'Cursor' IDE to the uses page with corresponding images and descriptions. - Updated ProseImg component to support an optional 'rounded' prop for image styling. - Removed outdated JetBrains image and replaced it with a new webp format. - Adjusted layout and spacing in the uses page for better presentation of IDEs. --- app/components/content/ProseImg.vue | 4 +- app/components/home/Activity.vue | 2 +- app/pages/uses.vue | 71 ++++++++++++++++++++++------ content/uses/cursos.json | 9 ++++ package.json | 2 +- pnpm-lock.yaml | 6 +-- public/uses/cursor.webp | Bin 0 -> 173306 bytes public/uses/datagrip.webp | Bin 0 -> 168950 bytes public/uses/jetbrains.png | Bin 981043 -> 0 bytes public/uses/jetbrains.webp | Bin 0 -> 305398 bytes public/uses/pycharm.webp | Bin 0 -> 291982 bytes 11 files changed, 73 insertions(+), 21 deletions(-) create mode 100644 content/uses/cursos.json create mode 100644 public/uses/cursor.webp create mode 100644 public/uses/datagrip.webp delete mode 100644 public/uses/jetbrains.png create mode 100644 public/uses/jetbrains.webp create mode 100644 public/uses/pycharm.webp diff --git a/app/components/content/ProseImg.vue b/app/components/content/ProseImg.vue index a83e4aa..78c8ee5 100644 --- a/app/components/content/ProseImg.vue +++ b/app/components/content/ProseImg.vue @@ -1,10 +1,10 @@