-
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: fix icons in editor, reference map, stdcm #5669
front: fix icons in editor, reference map, stdcm #5669
Conversation
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 for this PR, great job !!
Here are some additional specifications:
- use the icons Thibaut chose (sorry, I forgot to write them in the ticket, my bad 😞 )
- layers : BsSliders2
- compass (boussole) : FaRegCompass
- remove the button to recenter the map in the editor
- reorder the buttons so they are in the same order:
- zoom-in/zoom-out
- compass
- search (only for reference map)
- layers
- infra
- error (only for editor) / legend (only for reference map)
- remove the space between icons in editor (between compass and layers)
...dules/trainschedule/components/ManageTrainSchedule/Allowances/AllowancesStandardSettings.tsx
Outdated
Show resolved
Hide resolved
e152f99
to
98318f3
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.
2 last small things:
05311e6
to
240275f
Compare
- re work icons, remove dead code, add translation key - add translation key and modify button order - Update front/src/applications/editor/Editor.tsx Co-authored-by: clarani <[email protected]>
240275f
to
b15bf5d
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #5669 +/- ##
============================================
+ Coverage 25.80% 25.85% +0.05%
Complexity 2117 2117
============================================
Files 926 928 +2
Lines 122492 122691 +199
Branches 2665 2667 +2
============================================
+ Hits 31605 31722 +117
- Misses 89314 89394 +80
- Partials 1573 1575 +2
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, the buttons are amazing now, thanks ! 🎉 🚀
closes #5524