-
Notifications
You must be signed in to change notification settings - Fork 15
PB-314: Moved the &embed to #/embed #694
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
Conversation
Passing run #1003 ↗︎Details:
Review all test suite changes for PR #694 ↗︎ |
613fa66
to
83f0ad6
Compare
cc46c04
to
b25be6b
Compare
At first glance, by playing with the test link : I saw that you filtered out some part of the UI that were forgotten (when they were added...) I think we should also remove the BG selector when in embedded (check an iframe example from mf-geoadmin3 here : https://codepen.io/geoadmin/pen/yOBzqM ) I'm totally OK not having the 3D button 👍 |
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.
As a global comment on this file, I'm not sure we shouldn't make our view names constant in view/view.js
and never use a hard-coded string. It might be more resilient to future renaming of the views
The footer clean up and button will be done in separate PR/tickets |
Now we use a new view for the embed instead of a query parameter.
Some tests are flaky therefore increase the retries.
Now we use a new view for the embed instead of a query parameter.
Test link