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

fix icon variable in cover-card #776

Merged
merged 1 commit into from
Oct 4, 2024
Merged

fix icon variable in cover-card #776

merged 1 commit into from
Oct 4, 2024

Conversation

Muenchen-Michi
Copy link
Contributor

pull-request for issue #773
I hope, I've done the right, because it's my first pull-request.

@Clooos Clooos merged commit b0b712a into Clooos:main Oct 4, 2024
@Clooos
Copy link
Owner

Clooos commented Oct 4, 2024

Hi and thank you so much! This is perfect!

Clooos added a commit that referenced this pull request Oct 4, 2024
- [x] Added an option in the editor to revert to the slider previous behavior, in YAML you can add `slider_live_update: true`. #817
- [x] Replaced the select arrow background variable with --bubble-select-arrow-background-color. #794
- [x] You can now change the border CSS of a selected select card with the —bubble-select-border variable. #794
- [x] You can now replace the light color variable with --bubble-light-color, for example on a slider button you can change it like this:

   styles: >-
       ha-card {
           --bubble-light-color: var(--accent-color);
           --bubble-icon-background-color: var(--ha-card-background);
       }
       .bubble-range-fill {
           opacity: 1 !important;
       }
- [x] You can now change the separator line background color with —bubble-line-background-color
- [x] Some styling fixes
- [x] The editor is not freezing anymore on some setups/browsers #799 #698
- [x] Some dropdown menus from some custom cards were not appearing when placed inside of a pop-up, this is now fixed! #469 and #816
- [x] Faster page initialization on some setups
- [x] Significantly lower CPU usage on some setups #799 and maybe #711
- [x] Pop-up `background_update` fixed, try this if you have an issue to display a specific pop-up.
- [x] Pop-ups are now faster (yes again) on some setups.
- [x] Better long term memory management #799
- [x] Better and lighter event listeners system for handling the pop-ups
- [x] Better and lighter global event listeners system for handling the tap actions
- [x] The hold action is now automatically triggered after the delay.
- [x] You can now change the « Slide to close distance » in the pop-up editor
- [x] Fixed an issue on Safari where slider buttons were flashing when a pop-up was opened.
- [x] Fixed? Issue with Media Player Icon (z-index?) appears in front of sticky moving card #823
- [x] fix: recover icon from binary_sensors #828 by @brunosabot
- [x] fix: support Google Wifi Online value as active #829 by @brunosabot
- [x] fix icon variable in cover-card #776 by @Muenchen-Michi 
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.

2 participants