-
Notifications
You must be signed in to change notification settings - Fork 3
feat(plugins/layerChooser): migrate plugin #358
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
…sk layers Tooltip when a layer is disabled is missing and will follow in an upcoming commit.
…mespace for the locales
…-layer-chooser # Conflicts: # examples/iceberg/App.vue # examples/snowbox/AnotherEmptyComponent.vue # examples/snowbox/index.js # src/core/components/PolarMap.ce.vue # src/core/components/layouts/NineLayout.ce.vue # src/core/components/layouts/StandardLayout.ce.vue # src/core/index.ts # src/core/stores/main.ts # src/core/types/plugin.ts # src/plugins/fullscreen/components/FullscreenUI.ce.vue
|
@oeninghe-dataport I had to add The PR is now ready for review. |
oeninghe-dataport
left a comment
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.
|
Loosely related: #386 |
Co-authored-by: Hendrik Oenings <[email protected]>
Co-authored-by: Hendrik Oenings <[email protected]>
…of using a setter
Co-authored-by: Hendrik Oenings <[email protected]>
oeninghe-dataport
left a comment
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.
oeninghe-dataport
left a comment
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.
Summary
Migrate LayerChooser plugin to @polar/polar and implement reusable components
PolarCard,PolarInputandPolarInputGroup.Instructions for local reproduction and review
Snowbox provides the LayerChooser as part of the IconMenu for layout ninenRegions and standard.
Relevant tickets, issues, et cetera
Closes #346, Blocked by #357 and #364