-
Notifications
You must be signed in to change notification settings - Fork 1
Feat: Export dashboard templates #213
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
commit: |
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.
Thank you very much for this enhancement!
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.
Great stuff, bigger change then i expected, from my side also ok to merge. Just considering if we need to change something in package json when updating node version
Introducing
@eodash/eodash/templates, This PR removes theeodash.jsfile that was previously used as a medium to import and assign user configuration and introduces a base config that is now used for development and can be consumed by users of the package. The widget templates has been broken down in different files, and exported to enable users to consume them individually.Other updates include updating the packages, including
@eox/layercontrolthat fixes the timeselection issue, andVite to v7 which changes the prerequisite node version to >=22.12.0Vite was reverted due to cypress not supporting it for now. It should be supported on cypress 15 (was supposed to be released on 15.07.2025)Close #183
Close #184