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 fire-dom-event to tap_action & Change color_stops to list style #78

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

IzeQube
Copy link

@IzeQube IzeQube commented Oct 9, 2023

I changed following things:

  1. I added fire-dom-event to tap_action. This enables the use of popups with browser-mod.
    This fixes No call service with browser mod is calling #36.
  2. I wanted to use config-template-card, that doesn't work with the current design of color_stops.
    So I just changed it from dictionary, what doesn't work to a simple list style that is used in ApexCharts for example.
    This fixes Invert color_stops value > color to color > value  #44.

I also changed the documentation in readme.md.

- Changed `color_stops` from dictionary style to list style.
  This enables templating with `config-template-card`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invert color_stops value > color to color > value No call service with browser mod is calling
1 participant