Skip to content
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

Add Browser sync during development #679

Open
ashwin-pc opened this issue Jul 28, 2021 · 1 comment
Open

Add Browser sync during development #679

ashwin-pc opened this issue Jul 28, 2021 · 1 comment
Labels
devex enhancement New feature or request help wanted Community development is encouraged technical debt If not paid, jeapardizes long-term success and maintainability of the repository.

Comments

@ashwin-pc
Copy link
Member

Is your feature request related to a problem? Please describe.

Currently while developing on a Dashboards plugin, updating the code triggers a rebuild, but unfortunately a manual page refresh is needed to pull the latest UI changes to the browser.

Describe the solution you'd like

We can use browser-sync to make this less cumbersome

Describe alternatives you've considered

  • Webpack
  • Custom solution

Additional context

Add any other context or screenshots about the feature request here.

@ashwin-pc ashwin-pc added the enhancement New feature or request label Jul 28, 2021
@tmarkley tmarkley added the help wanted Community development is encouraged label Jul 28, 2021
@tmarkley
Copy link
Contributor

Hey Ashwin, this is a good recommendation. I don't think this is something our core team will be able to get to for a while, but if you want to take a stab at getting this to work we'd happily support you and review PRs.

AMoo-Miki pushed a commit to AMoo-Miki/OpenSearch-Dashboards that referenced this issue Feb 10, 2022
…pensearch-project#926)

This commit fixed the highlighted radius on a line/area point when the markAccessor is configured by
the point visibility on the series is turned off

fix opensearch-project#679
AMoo-Miki pushed a commit to AMoo-Miki/OpenSearch-Dashboards that referenced this issue Feb 10, 2022
# [24.3.0](elastic/elastic-charts@v24.2.0...v24.3.0) (2020-12-04)

### Bug Fixes

* **highlighter:** show default highlighted radius with hidden dots ([opensearch-project#926](elastic/elastic-charts#926)) ([351c20c](elastic/elastic-charts@351c20c)), closes [opensearch-project#679](elastic/elastic-charts#679)
* **xy_chart:** improve line joins rendering ([opensearch-project#920](elastic/elastic-charts#920)) ([9a6771c](elastic/elastic-charts@9a6771c))
* point highlight based on geom position and transform ([opensearch-project#934](elastic/elastic-charts#934)) ([196ee8d](elastic/elastic-charts@196ee8d))

### Features

* allow no results component, don't require series ([opensearch-project#936](elastic/elastic-charts#936)) ([6be5c8b](elastic/elastic-charts@6be5c8b))
* improved domain error handling ([opensearch-project#933](elastic/elastic-charts#933)) ([f480054](elastic/elastic-charts@f480054))
@tmarkley tmarkley added the technical debt If not paid, jeapardizes long-term success and maintainability of the repository. label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devex enhancement New feature or request help wanted Community development is encouraged technical debt If not paid, jeapardizes long-term success and maintainability of the repository.
Projects
None yet
Development

No branches or pull requests

3 participants