feat(app): added min route speed & max route speed station filters

This commit is contained in:
2024-05-03 19:02:16 +02:00
parent d6b8d032d6
commit 4782dba444
10 changed files with 49 additions and 8 deletions
@@ -108,6 +108,7 @@
:id="slider.id"
:min="slider.minRange"
:max="slider.maxRange"
:step="slider.step"
v-model="slider.value"
@change="handleInput"
/>
+2
View File
@@ -36,6 +36,8 @@ export interface Filter {
minOneWay: number;
minTwoWayCatenary: number;
minTwoWay: number;
minVmax: number;
maxVmax: number;
'no-1track': boolean;
'no-2track': boolean;
'include-selected': boolean;