semanticHomeMenu for openHAB >=4.0 - Discussions

@All I have just published a new version of the main widget, which includes openHAB 5.1 specific changes. Please not, that the page definition has also changed, to ged rid of the extra space at the top.
semanticHomeMenu Part 1 - Main [5.1.0.0;5.9.9.9] - Add-on Marketplace / UI Widgets - openHAB Community

I will change version ranges of the other widges, as they seem to work without changes.

Just tested and working :slight_smile:

Thanks for the quick fix, and also nice to introduce the translations.
One minor layout issue remains:

I fixed it with adding “- no-margin-vertical” to both navigation buttons:

                      - component: f7-col
                        config:
                          class:
                            - display-flex
                            - justify-content-center
                            - align-items-stretch
                          style:
                            width: 15%
                        slots:
                          default:
                            - component: f7-block
                              config:
                                class:
                                  - swiper-button-next
                                  - no-margin-vertical  /* get swipers at the right place */
                                id: floorsNext
                                style:
                                  --swiper-navigation-color: var(--mW-topNavbar-swiper-navigation-color)
                                  --swiper-navigation-size: var(--mW-topNavbar-swiper-navigation-size)
                                  position: inherit

Maybe the right place would be in the stylesheet.

Thanks for testing and reporting. Will check later or tomorrow.

Since some time, the scene part doesn’t work anymore. The (only) scene I have, is visible, but nothing happens when I click on the yellow button. Nothing also appears to be logged in the browser console.

I will check this during the week…