-
Notifications
You must be signed in to change notification settings - Fork 44
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: editor: improve buffer stops and detectors visibility #5726
front: editor: improve buffer stops and detectors visibility #5726
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #5726 +/- ##
=========================================
Coverage 19.57% 19.57%
Complexity 2326 2326
=========================================
Files 886 890 +4
Lines 106157 106125 -32
Branches 2576 2579 +3
=========================================
- Hits 20777 20776 -1
+ Misses 83871 83837 -34
- Partials 1509 1512 +3
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.
LGTM
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, just can you remove the placeholder in the selection, so no layer is grey by default ? thanks :)
front/src/applications/editor/tools/routeEdition/components.tsx
Outdated
Show resolved
Hide resolved
7b08fac
to
f613363
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 ✅
- front: editor: improve detectors visibility
f613363
to
0e7c5a5
Compare
Closes #5596
Closes #5597