From cc543249d2042009b86b9a21971548b89240c317 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Tue, 29 Jul 2025 15:09:00 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20propri=C3=A9t=C3=A9=20'radius?= =?UTF-8?q?'=20=C3=A0=20l'interface=20NavColor=20et=20mise=20=C3=A0=20jour?= =?UTF-8?q?=20des=20couleurs=20de=20navigation=20pour=20inclure=20des=20va?= =?UTF-8?q?leurs=20de=20rayon.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/AppBackground.vue | 22 +++++++++---------- types/index.ts | 37 ++++++++++++++++++++------------ 2 files changed, 34 insertions(+), 25 deletions(-) diff --git a/app/components/AppBackground.vue b/app/components/AppBackground.vue index dee024d..abe788f 100644 --- a/app/components/AppBackground.vue +++ b/app/components/AppBackground.vue @@ -1,28 +1,28 @@ diff --git a/types/index.ts b/types/index.ts index 3b751e0..a3cb29a 100644 --- a/types/index.ts +++ b/types/index.ts @@ -172,10 +172,11 @@ interface Nav { target?: string } -interface NavColor { +export interface NavColor { color: string x: number y: number + radius: number } interface NavColorGroup { @@ -233,16 +234,32 @@ export const navs: Array