From fbfc7acfe4bc077bc01ea97af5359b6d22cf63c3 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 18 Mar 2026 15:06:21 +0100 Subject: [PATCH] =?UTF-8?q?feat=20:=20ajout=20de=20l'api=20de=20l'=C3=A9ta?= =?UTF-8?q?t=20pour=20chercher=20les=20villes=20via=20le=20CP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 3 +- .idea/workspace.xml | 84 +++++---------------------------- frontend/components/address.vue | 53 ++++++++++++++++++++- frontend/nuxt.config.ts | 3 +- frontend/services/geo.ts | 16 +++++++ 5 files changed, 83 insertions(+), 76 deletions(-) create mode 100644 frontend/services/geo.ts diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 47b3190..f87e42e 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,8 @@ { "permissions": { "allow": [ - "Bash(npm run:*)" + "Bash(npm run:*)", + "WebFetch(domain:geo.api.gouv.fr)" ] } } diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 084e866..9192270 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,70 +5,10 @@ - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/frontend/components/address.vue b/frontend/components/address.vue index a6ab4c8..a19bd0a 100644 --- a/frontend/components/address.vue +++ b/frontend/components/address.vue @@ -13,7 +13,15 @@ - +
@@ -31,7 +39,7 @@