-
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
lmr: add messages during pathfinding and when its done #10282
lmr: add messages during pathfinding and when its done #10282
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10282 +/- ##
=======================================
Coverage 81.78% 81.78%
=======================================
Files 1073 1073
Lines 106492 106543 +51
Branches 727 727
=======================================
+ Hits 87095 87137 +42
- Misses 19358 19367 +9
Partials 39 39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
7db40cf
to
11b864d
Compare
11b864d
to
4466b01
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.
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
4466b01
to
21cecc9
Compare
891d6f5
to
64545da
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 tested & live reviewed with @Caracol3
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
64545da
to
d883f75
Compare
58ec549
to
3f1f173
Compare
3f1f173
to
105c48f
Compare
d264d5e
to
82a5eb1
Compare
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
82a5eb1
to
bc9236d
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 :)
bc9236d
to
6a320cc
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
6a320cc
to
879bec5
Compare
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
0ca4d71
to
dbe41e7
Compare
5b7554b
to
2536ad2
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.
Added some comments we discussed (+1 bonus) not to forget them
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
3f1a4d0
to
c86a28e
Compare
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
230795b
to
18ce1f9
Compare
18ce1f9
to
4e6068d
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.
Just some nits, feel free to resolve!
- fix padding, add translations - refacto using isfetching from rtk - add transition in css to avoid two settimeout - add eventlistener for the animation Signed-off-by: Mathieu <[email protected]> Co-authored-by: romainvalls <[email protected]>
4e6068d
to
cf77fd1
Compare
close #9451