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

Rework repo buttons (#20602, #20718) #20719

Merged
merged 7 commits into from
Aug 20, 2022

Commits on Aug 8, 2022

  1. Rework repo buttons (go-gitea#20602)

    * Rework repo buttons
    
    - Replace "New PR" and "Go to File" button with Icon Button
    - Move all "Add File" actions into a dropdown button
    - Remove most custom styling of clone buttons
    - Margin and wiki tweaks
    
    Buttons are now all equal height, mobile layout wraps gracefully.
    
    Fixes: go-gitea#13671
    Replaces: go-gitea#20375
    
    Co-authored-by: Lauris BH <lauris@nix.lv>
    Co-authored-by: zeripath <art27@cantab.net>
    Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
    4 people committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    cb627f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Restore history button and hide add button when unable to add (go-git…

    …ea#20718)
    
    Fix two regressions from go-gitea#20602:
    
    - Restore the 'History' button that was previously unable to render
      because it's show condition was never hit
    - Hide the 'Add File' button when there would be no items in the
      dropdown.
    
    Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
    silverwind and wxiaoguang committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0d9211b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. restart ci

    silverwind committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a3243c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Aug 18, 2022

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

Commits on Aug 19, 2022

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

Commits on Aug 20, 2022

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