It all works fine but was wondering if its possible to get the time displayed since the tweet on the card as it does on twitter.com, or at least the time the tweet was posted. Thank you.
@thomasloven I have designed a view for my tablet based solely on your new popup feature change and avoiding tap_action: navigate. Totally user friendly and my wife loves it++. However, with 20+ popups being used, I have found a need for a medium sized (width) popups,(for visual aesthetics on certain instances, e.g. alarm card and displaying cards with just too much for info a small popup, but not enough to look right on a large pop up) and was wondering if this is something you may consider or if this is even possible. Thanks!
Worked perfect and was able to reduce code greatly by adding all style to popup and removing card-modder from the popup config. Full background images instead of ugly header now thanks again!!!
Looking for some help, having some issues with trying to use the layout-card. Get this error in my console:
layout-card.js?track=true:72 Uncaught (in promise) TypeError: Cannot read property 'map' of null
at HTMLElement.make_cards (layout-card.js?track=true:72)
at HTMLElement.build (layout-card.js?track=true:96)
at HTMLElement.firstUpdated (layout-card.js?track=true:34)
at HTMLElement.performUpdate (app-a285b20d.js:93)
at HTMLElement._enqueueUpdate (app-a285b20d.js:93)
Edit: In an effort to try and solve this issue I pulled the raw of both card-tools and layout-card down, cleared cache and restarted home assistant. The error remains however, the property from the first line has changed to push.
The first error could happen if you donât have cards: in your configuration.
The second one doesnât make sense, because thereâs no reference to push on line 72, and itâs impossible to guess the problem without your configuration.
layout-card.js?track=true:142 Uncaught (in promise) TypeError: Cannot read property 'push' of undefined
at cards.forEach (layout-card.js?track=true:142)
at Array.forEach (<anonymous>)
at HTMLElement.build (layout-card.js?track=true:117)
at HTMLElement.firstUpdated (layout-card.js?track=true:34)
at HTMLElement.performUpdate (app-a285b20d.js:93)
at HTMLElement._enqueueUpdate (app-a285b20d.js:93)
Thank you.
Thereâs a breaking change in the latest release. column_width is now just a number that determines when to split the screen. In order to get varying widths you should use max_width in the same way, and also set column_num and max_columns` appropriately.
An anoying change, but it allows for much more flexibility and responsive design.