kinghat / tabbed-card

a custom card for home assistant that utilizes tabs to segregate individual cards.
MIT License
87 stars 10 forks source link

Bug after 2023.9 update #115

Closed PetitSphincter closed 9 months ago

PetitSphincter commented 10 months ago

Hi,

After the 2023.9 update of HA i had this bug :

1

When i press modify the page to check for parameters it comes back to normal and as it's supposed to look :

2

I have several cards in it, but the parameters i use are the following :

  - type: custom:tabbed-card
    options: {}
    tabs:

   [...]

    styles:
      '--mdc-theme-primary': white
      '--mdc-tab-color-default': rgba(250, 255, 255, 0.7)
      '--mdc-tab-text-label-color-default': rgba(250, 255, 255, 0.7)
      '--mdc-typography-button-font-size': 10px
      '--mdc-tab-stacked-height': 55px

Never had this bug before 2023.9, it happened just after updating and appears everytime i refresh my browserr

SeanChengN commented 9 months ago

Issue solved for me, but I lost visual editor. @kinghat chrome_eHaHC0bQ6H

kinghat commented 9 months ago

Issue solved for me, but I lost visual editor. @kinghat

there wasnt a visual editor for the stable release.

SeanChengN commented 9 months ago

Issue solved for me, but I lost visual editor. @kinghat

there wasnt a visual editor for the stable release.

Oh! I forgot this. Could you fix this bug on the alpha version as well? Thanks!