-
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: Initialize the new version of the Map. #10280
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 #10280 +/- ##
==========================================
+ Coverage 81.56% 81.63% +0.06%
==========================================
Files 1062 1063 +1
Lines 104953 105416 +463
Branches 722 722
==========================================
+ Hits 85606 86057 +451
- Misses 19306 19318 +12
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
89dff49
to
fbc8a55
Compare
just to be sure, is the name |
Oh no, the name will also change once the refactor is complete |
343322d
to
b225664
Compare
front/src/applications/stdcm/components/StdcmResults/StdcmResults.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/StdcmForm/StdcmConfig.tsx
Outdated
Show resolved
Hide resolved
b225664
to
77280aa
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 ✅
This commit initializes the new version of the Map component. The Map is now decoupled from the store. Specifically, the zoom button callbacks are detached from the store, while the other buttons are temporarily hidden. Signed-off-by: nncluzu <ngamenichaka@yahoo.fr>
29698c0
to
70085c5
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 👍
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 for e2e-tests
closes #9776
This commit initializes the refacto of the Map component. The Map is now decoupled from the store. Specifically:
This change allows multiple Map instances to be rendered on the same page without conflicts.