-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Extra control placement 3039 #13104
Extra control placement 3039 #13104
Conversation
Sorry for the late response — this PR is on our mind and we'll look at it closer after we're done with the current v3.3 release. 🙏 |
No problem, thanks for the update! |
This would be sick to get out |
It seems that no changes since last comment by @Ethan-Guttman. |
I was waiting for a contact from the Mapbox team before updating again (since they said they would look at it closer later). I'll make the changes myself |
Hey @Ethan-Guttman, Thanks for the contribution, and I'm sorry for the delay. Is there a chance you could rebase your changes on top of the latest |
@stepankuzmin |
I'm at a bit of a loss here. This is my first ticket and I have clicked the link to sign the CLA multiple times. It might just not be reflected here as it does sometimes indicate that I have signed it when I click the link. Aside from that if there is something genuinely wrong with the mac safari version I can't test it myself (having no apple devices). Those are the only failing checks |
Hey @Ethan-Guttman, The rebase seems wrong because your changes were made before we transitioned to TypeScript, and now your PR has 2k files changed. It'd be easier for maintainers to update your PR directly. Could you please make sure that you've enabled edits and access to secrets by maintainers on that PR? |
@stepankuzmin |
590be97
to
ce4e583
Compare
Co-authored-by: Stepan Kuzmin <[email protected]>
ce4e583
to
750e27f
Compare
Thanks for the contribution, @Ethan-Guttman, merging 👍 |
This closes the good first issue #3039 (Allow controls to be placed at top-center, bottom-center, left-center, and right-center)
example pictures showcasing all four new positions:
Multiple ctrls will have margins between themselves like the already existing positions. However, depending on their widths in the top and bottom center they can look weird (smaller elements floating left).
I ordered the positions code in the css and map.js files by going from top-left to center-left clockwise listing each position too.