-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: warn users when having unsymmetric times (#359)
* fix: warn users when having unsymmetric times * fix: refactored - only trainrun section elements (text) with warnings will have an <svg:title>....</svg:title> tag. This improves rendering performance. * Update src/app/view/editor-tools-view-component/editor-tools-view.component.ts Thanks Co-authored-by: Serge Croisé <SergeCroise@users.noreply.github.com> * fix: message - symmetry broken a + b = sum * fix: rounding / (machine epsilon) issue fixed * fix: message output text and refactored (simplified, improved readability) for trainrun section validation * fix: epsilon issue fixed (caused by % 60 operation) * code formatting * fix: test added * Update src/assets/i18n/fr.json Co-authored-by: Serge Croisé <SergeCroise@users.noreply.github.com> * fix: Serge comments --------- Co-authored-by: Serge Croisé <SergeCroise@users.noreply.github.com> Co-authored-by: Louis Greiner <greiner.louis@gmail.com>
- Loading branch information
1 parent
338b69f
commit 9923567
Showing
9 changed files
with
165 additions
and
48 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
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.