Commit Graph

29 Commits

Author SHA1 Message Date
Jérôme Wiedemann 245441b69f fix: lock would not display on many browsers
Fixes #740
2023-08-01 12:27:02 +00:00
Jérôme Wiedemann 53fee75c16 fix: remove margin-top on name/label/state introduced with 4.0.0 which broke many cards
Fixes #742, Fixes #744
2023-08-01 08:35:09 +00:00
Jérôme Wiedemann 1bc8f99501 fix: tooltip would show over everything 2023-07-25 23:40:57 +00:00
Jérôme Wiedemann a1bb39a71c fix: ha-state-icon CSS selector was wrong 2023-07-25 23:40:57 +00:00
Jérôme Wiedemann a448c8e826 fix: ha-icon (if in custom_fields) size was weird 2023-07-24 18:56:20 +00:00
Jérôme Wiedemann d438db6e4c chore: fix lit-element import deprecation message 2023-07-24 01:45:34 +00:00
Jérôme Wiedemann ab6a3f5bd3 feat(icons)!: replace ha-icon with ha-state-icon to follow new HA's icons per domain automatically
BREAKING CHANGE: This might break your card-mod setup
2023-07-23 18:15:21 +00:00
Jérôme Wiedemann 685d55e49c fix!: Color are now aligned with HA > 2022.12
BREAKING CHANGE: this might break some of your color settings
Fix #635
2023-07-23 16:51:18 +00:00
Jérôme Wiedemann 0b3e4d331c fix: lock would go out of the button 2023-07-23 16:51:18 +00:00
Jérôme Wiedemann bf075b00e4 fix: lock icon was displaying over more-info dialog
Fix #694
2023-07-23 16:51:18 +00:00
Jérôme Wiedemann 210aac56c8 Tooltips made the card clickable with lock enabled
Fix #416
2021-01-16 07:40:10 +00:00
root 26207e398b Support for tooltip 2020-10-04 22:15:48 +00:00
root 37e0c8f231 Fix icon size for font-awesome
Fix #328
2020-05-22 17:04:32 +00:00
root 89a842a9b3 Fix for >= 0.110
Fix #324
2020-05-17 20:07:32 +00:00
Jérôme Wiedemann 724d10e301 Fix for 0.109
Fix #316
2020-04-29 19:36:15 +02:00
root e61d4187f2 Linting... 2020-04-06 19:12:00 +00:00
Jérôme Wiedemann ce093dab6c Fix for lock disapearing in decluttering-card 2020-03-17 14:18:34 +01:00
Jérôme Wiedemann 600df15b21 Fix for vertical stack in card 2020-03-16 14:16:54 +01:00
Jérôme Wiedemann ab55c9b57f Update to the latest ActionHandler from core 2020-03-15 19:59:04 +01:00
Jérôme Wiedemann 235d025a50 Fix iPad OS double clicks 2020-01-05 15:53:47 +01:00
Jérôme W b1fa112fbc Bunch of features (#231)
* Add support for any card in custom_fields

* Fix version script

* Drop support for custom_updater

* confirmation template support and per action confirmation

* Confirmation supports templates and exemptions

* Support for Safari 10

* Using createThing from cch

* Proper events handling for embedded cards

* Lock with exemptions and delay

* Fix locking documentation

* Fix default color documentation

* Updating templates documentation

* Support for different unlock clicks

* Update embedded card documentation
2019-10-21 10:24:49 +02:00
Jérôme W f801f42224
1.10.1 (#172)
* 1.10.0

* Add circle-ci config

* CSS Fixes (#171)

* Fix some CSS issues

* Temp fix for custom-card-helpers being a git repo

* Fix when entity_id === entity in service calls
2019-05-25 14:05:29 +02:00
Jérôme W 5ec35fd72c
1.10.0 (#166)
* Add an option to ignore light temperature

* Deprecate style in favor of styles.card

* pre-commit hooks

* name_template and entity_picture_template

* Use custom-card-helpers

* Deep merging state by id

* Using latest custom-card-helpers

* Aspect ratio support and auto icon resizing

* Updating documentation
2019-05-24 12:54:42 +02:00
Jérôme W 8023fd8265
Repeatable hold_action, double tap & light color in css var (#148)
* Repeatable hold_action

* Cleanup

* lock customization

* CSS reorder

* Support for double click

* light entity css color variable

* doc fix

* css fix
2019-05-10 14:49:44 +02:00
Jérôme W c0f50ff675
Custom layout and refactor (#146)
* Fixes #145

* custom layout support

* Some css fix

* Documentation update

* Doc update

* Update TOC

* Localization support
2019-05-09 16:13:06 +02:00
Jérôme W 880e7e37e1
Add a nice locking mechanism (#139)
* Add a nice locking mecanism

* Update documentation

* Fix typo

* Remove useless styles

* Fix for touch devices

* Disable ripple effect while locked

* fix blank card height

* Show last changed instead of label

* Support for light temperature with color auto

* Style for last_changed

* Update documentation
2019-05-04 13:20:33 +02:00
Jérôme W 56a8fac0fa
Label and templates support (#134)
* Label and templates support

* Fix blank card with fixed width

* Fix some layouts
2019-04-29 18:44:04 +02:00
Jérôme W 21c60bb033
Switch to css grid and code refactor (#132)
* Switch to css grid and code refactor

* Ability to specify the width of the card

* Update documentation

* Fix invalid CSS value

* requested changes and bugfix
2019-04-29 10:50:13 +02:00
Jérôme W 37a8b89256
Some refactor + fix color brightness for light entity (#131)
* Some refactor + fix color brightness for light entity

* Fixes #129

* requested changes
2019-04-27 16:24:28 +02:00