From 3dd5cf10014c1891dbdbd3b6f5517dfb5e13c40c Mon Sep 17 00:00:00 2001 From: Marc Gavanier Date: Tue, 26 Mar 2024 12:00:11 +0100 Subject: [PATCH] fix(a11y): localisation distance label --- .../pages/localisation/localisation.page.html | 51 ++++++++++--------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/src/features/orientation/pages/localisation/localisation.page.html b/src/features/orientation/pages/localisation/localisation.page.html index 89e08771..35ca3c3a 100644 --- a/src/features/orientation/pages/localisation/localisation.page.html +++ b/src/features/orientation/pages/localisation/localisation.page.html @@ -44,16 +44,27 @@

*ngIf="orientationLayout.filterForm.get('latitude')?.value && orientationLayout.filterForm.get('longitude')?.value" class="row justify-content-center">
+ La distance maximum doit ĂȘtre comprise - Distance minimale : + entre : 5 km + + + et + 100 + km + + step="5000" formControlName="distance" (change)="handleRangeChange($event)" /> - - - Distance maximale : - 100 - km - -
-
- - -
+ + +