Jpsy

Results 28 comments of Jpsy

Great news, thanks! I will check and report back here as soon as HA 2022.3 is released. (Sorry, can't run betas. Have to keep things stable or family will kill...

@u8915055: Multiple problems with your config: 1. To get rid of all margins/paddings you must set `margin`/`padding`/`card_margin` not only in the grid card configs, but also in the view config....

Hi @thomasloven, you are right, negative margins can resolve nearly all issues. But there is one problem left. I already mentionen that in my original issue report. But let me...

I miss the ability to have nested popups a lot. Definitely reduces the frontend usability. This is also vaguely related to #397.

For others comming here in search for a solution: It seems like the build process currently does not support optional chaining (AKA null conditional operator): var value = ObjectName?.PropertyName; Try...

> ...or use [ui5-tooling 3.0](https://sap.github.io/ui5-tooling/v3/updates/migrate-v3/) ;-) Great news! Just tested: v3 indeed solves the problem. To migrate: `npm i --save-dev @ui5/cli@latest` ...and if you want, remove the block "ui5" (including...

Not stale at all. This bug is very much alive and kickin'.

I seemed to have the same problem. Then I found that the entities that I used for all my testing had slightly different names. I.e. I used "Küchentisch" (kitchen table)...