Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(StatusMenu): StatusSuccessAction is not taken into account for Menu width #16357

Commits on Sep 23, 2024

  1. fix(StatusMenu): StatusSuccessAction is not taken into account for Me…

    …nu width
    
    - StatusSuccessAction, despite its name, is a visual item (`MenuItem` ->
    `AbstractButton`) which is not part of the `contentModel` but just added
    to the menu container
    - therefore we don't use a ListView but a ScrollView/Repeater instead
    and set the width/maxWidth manually after the menu items have been added
    to the layout
    
    Fixes #14037
    caybro committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b049fbc View commit details
    Browse the repository at this point in the history
  2. chore: update locators

    anastasiyaig committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b265427 View commit details
    Browse the repository at this point in the history