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

web: archived pipelines UI beyond Dashboard #5760

Merged
merged 5 commits into from
Jun 22, 2020
Merged

web: archived pipelines UI beyond Dashboard #5760

merged 5 commits into from
Jun 22, 2020

Commits on Jun 16, 2020

  1. web: behaviour: fix searchbar appearance

    Fixes a couple existing problems:
    
    1. On firefox, searchbar appeared shifted
    2. On mobile, input bar shrinks when dropdown open
    
    Signed-off-by: Aidan Oldershaw <aoldershaw@pivotal.io>
    aoldershaw committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    1d7628c View commit details
    Browse the repository at this point in the history
  2. web: behaviour: pipeline topbar, archived is not paused

    * Don't use the blue "paused" background for archived pipelines
    * Don't render the pause toggle button
    
    Signed-off-by: Aidan Oldershaw <aoldershaw@pivotal.io>
    aoldershaw committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b7f8c4e View commit details
    Browse the repository at this point in the history
  3. web: behaviour: actions disallowed on job header

    * Hide play/pause button
    * Hide trigger build button
    
    Signed-off-by: Aidan Oldershaw <aoldershaw@pivotal.io>
    aoldershaw committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    3193a3b View commit details
    Browse the repository at this point in the history
  4. web: behaviour: actions disallowed on build header

    * No buttons on header
    
    Signed-off-by: Aidan Oldershaw <aoldershaw@pivotal.io>
    aoldershaw committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    501a673 View commit details
    Browse the repository at this point in the history
  5. web: behaviour: archived resource view

    * Don't display check status + check button
    * Don't display last checked time
    * Don't display edit pinned comment button
    * Pin icon for pinned version is not clickable or hoverable
    * Don't display pin and enable/disable buttons in versions list
    
    Signed-off-by: Aidan Oldershaw <aoldershaw@pivotal.io>
    aoldershaw committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5797e83 View commit details
    Browse the repository at this point in the history