-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
front: separate stdcm and operationnal studies
- move MODES, DEFAULT_MODE and associated types from operationnalStudies/consts.ts to main/consts.ts - move OsrdConfState and OsrdStdcmConfState from operationnalStudies/consts.ts to reducers/osrdconf/consts.ts - move RUNTIME_CAP from operationnalStudies/consts.ts to stdcm/consts.ts - move allowancesConsts.ts from applications/stdcm to modules/stdcmAllowances - update imports, add type keyword when needed
- Loading branch information
Showing
30 changed files
with
136 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"apply": "Apply", | ||
"cancelRequest": "Cancel request", | ||
"pleaseWait": "Please wait…", | ||
"spaceSpeedGraphic": "Space-Velocity graph", | ||
"spaceTimeGraphic": "Space-Time graph", | ||
"stdcmComputation": "Search for a train path", | ||
"stdcmError": "Calculation error for last minute train path.", | ||
"stdcmErrorNoPaths": "Incompatibility with other train paths.", | ||
"stdcmNoResults": "No path found", | ||
"stdcmResults": "Results" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"apply": "Appliquer", | ||
"cancelRequest": "Annuler la requête", | ||
"pleaseWait": "Veuillez patientez…", | ||
"spaceSpeedGraphic": "Graphique Espace-Vitesse", | ||
"spaceTimeGraphic": "Graphique Espace-Temps", | ||
"stdcmComputation": "Recherche de sillon", | ||
"stdcmError": "Erreur de calcul Sillon de dernière minute", | ||
"stdcmErrorNoPaths": "Incompatibilité avec d'autres sillons.", | ||
"stdcmNoResults": "Aucun sillon trouvé", | ||
"stdcmResults": "Résultats" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.