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

[JENKINS-72944] reduce spacing in buildhistory widget #9122

Closed
wants to merge 7 commits into from

Commits on Apr 3, 2024

  1. [JENKINS-72944] reduce spacing in buildhistory widget

    the logic when name, details and badges arrangement is changed so that
    the available space is better used.
    The stop action is no longer treated as separate thing, instead it is just
    like all other badges. The stop button will always be in the far right.
    The width calculation now considers the actual width of the content and
    not of the element they are in. When name and badges fit in one
    row they will be joined.
    badges are using a flex layout that should allow for better alignement
    and will automatically wrap the elements though this only happen now
    when the badges are in their own row and still to large
    
    Add a resize handler so when the sidepanel switch to/from tablet mode or
    size is changed in tablet mode then the table layout is recalculated.
    
    [JENKINS-70246] the sidepanel is now fixed width when total width is
    larger than 900px.
    mawinter69 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5ee0052 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix linter issues

    mawinter69 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1c6dbcd View commit details
    Browse the repository at this point in the history
  2. fix test

    mawinter69 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    42bbf5a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    f22a7f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fixes

    ensure description is at the end, handle no badges properly
    mawinter69 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    543a2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07523d7 View commit details
    Browse the repository at this point in the history
  3. fix duplicate

    mawinter69 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    902c4e8 View commit details
    Browse the repository at this point in the history