-
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: handle duplicate switch nodes errors #6351
Conversation
d8ff06a
to
65ed4bb
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #6351 +/- ##
============================================
- Coverage 27.72% 27.71% -0.02%
Complexity 2165 2165
============================================
Files 1003 1003
Lines 126573 126611 +38
Branches 2580 2580
============================================
- Hits 35097 35092 -5
- Misses 89986 90029 +43
Partials 1490 1490
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
65ed4bb
to
f1ee613
Compare
f1ee613
to
847a84e
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)
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.
Only tested, it seems good !
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.
Tested, just left 2 comments
front/src/applications/editor/tools/switchEdition/components.tsx
Outdated
Show resolved
Hide resolved
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 !
7c59cab
to
35c1bfd
Compare
@nicolaswurtz @Math-R @SharglutDev can you review this ? |
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 PR, left some comments
front/src/applications/editor/tools/switchEdition/components/TrackSectionEndpointSelector.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/editor/tools/switchEdition/components/TrackSectionEndpointSelector.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/editor/tools/switchEdition/components.tsx
Outdated
Show resolved
Hide resolved
d30fe50
to
bd78f84
Compare
front/src/applications/editor/tools/switchEdition/components.tsx
Outdated
Show resolved
Hide resolved
dc038fe
to
63a1114
Compare
63a1114
to
2b09f41
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.
only reviewed code, looking good 👍
2b09f41
to
0ebbc19
Compare
0ebbc19
to
f4f6883
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, good job :)
close #6078