-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
front: clean 🧹 #6237
front: clean 🧹 #6237
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #6237 +/- ##
============================================
+ Coverage 27.66% 27.68% +0.02%
Complexity 2136 2136
============================================
Files 990 990
Lines 125902 125793 -109
Branches 2575 2574 -1
============================================
Hits 34832 34832
+ Misses 89580 89472 -108
+ Partials 1490 1489 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this nice refacto ! Left a few comments.
Found also two more components for your : null
refacto :
- CatenaryEditionLayers (line 180)
- Project2Image
front/src/modules/rollingStock/components/RollingStockEditor/RollingStockEditorButtons.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/scenario/components/AddOrEditScenarioModal.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/scenario/components/ScenarioExplorer/ScenarioExplorer.tsx
Outdated
Show resolved
Hide resolved
front/src/modules/simulationResult/components/SpeedSpaceChart/SpeedSpaceSettings.tsx
Outdated
Show resolved
Hide resolved
b2b7584
to
556560d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks ! the codebase needed some love.
e13366f
to
13e84d9
Compare
- move ScenarioExplorer to module/scenario/components - move InfraSelector to module/infra/components - move some Grid, Loader and Notification in their own folder - remove some useless renders (null) - remove requests file
00bd62d
to
b5de461
Compare
close #6236