Yannick Schaus
Yannick Schaus
It's certainly an odd issue, I have never seen this before.
That would be a cool addition in general. Instead of adding the property to all card widgets, maybe it's time to do a refactoring I wanted to do for a...
Yes, I agree. This could be a nice addition and wouldn't break anything if we're careful, and open new possibilities. Custom "card" widgets wouldn't be affected because they probably use...
Completely agree, I once advocated the same: https://github.com/openhab/openhab-core/issues/1577#issuecomment-668429009 > The UI is the place where we can make this change without changing core. I still think it should be handled...
I have identified the problem, it seems to be this piece of CSS: ```css .button { padding-left: 5px; padding-right: 0 } ``` Apparently it's been added to [`components/pagedesigner/sitemap/attribute-details.vue`](https://github.com/openhab/openhab-webui/pull/2193/files#diff-5b43a20d22809cd115c17f8be11b37f20e9718ac7e7b91db09564d468426bf27) in #2193:...
Thanks @seime - I had the same thoughts a few years ago. My conclusion was that as most issues can be identified on the server, they should then be collected...
Yes I'm sorry for the delay, I still would like an UI for "general problem solving" (like I described above) but let's do this organically. You have my support!
Before features can be added to the UI an HTTP API needs to be exposed, regarding backup/restore it first needs a decision about whether it's a openHAB core feature (probably...
Again, if the wish here is to have a web-based version of [openhabian-config](https://www.openhab.org/docs/installation/openhabian.html#openhabian-configuration-tool), which deal more with the underlying OS than openHAB proper (including, why not, backuping/snapshotting important files from...
Since the "featured" add-ons cards are now in a horizontal swiper maybe we could give an upper limit to their size, the goal was to give enough space to be...