-
Notifications
You must be signed in to change notification settings - Fork 45
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: operationalstudies: focus added on the name input when modal opens #6597
front: operationalstudies: focus added on the name input when modal opens #6597
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #6597 +/- ##
============================================
- Coverage 27.89% 27.89% -0.01%
Complexity 2178 2178
============================================
Files 1040 1041 +1
Lines 127674 127703 +29
Branches 2610 2610
============================================
+ Hits 35615 35620 +5
- Misses 90528 90552 +24
Partials 1531 1531
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 PR. Everything works great. Left a comment and a suggestion
front/src/modules/rollingStock/components/RollingStockEditor/PowerRestrictionGridModal.tsx
Outdated
Show resolved
Hide resolved
3794928
to
e3bdd7c
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.
Thank you for the changes, a few more comments and we are good to go :)
front/src/modules/scenario/components/AddOrEditScenarioModal.tsx
Outdated
Show resolved
Hide resolved
e3bdd7c
to
d204e34
Compare
…pens - added focus on mapSearchStation - added focus on addOrEditProjectModal - added focus on addOrEditStudyModal - added focus on addOrEditScenarioModal - create custom hook useModalFocusTrap in utils/hooks
d204e34
to
f634e39
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.
Lgtm and tested
close #6554
closes #6312