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

Clean up and fix clone button script #20415

Merged
merged 4 commits into from
Jul 31, 2022
Merged

Clean up and fix clone button script #20415

merged 4 commits into from
Jul 31, 2022

Commits on Jul 30, 2022

  1. Clean up and fix clone button script

    The button 'primary' class needs to be set in a synchronous script to
    prevent flicker of the button which was regressed recently, fixed that.
    
    Additionally, reduced the two script tags to just one, the previous scripts
    were actually initializing the buttons thrice on the empty repo page, now it
    only initializes once. Finally, removed duplicate code and re-used the inline
    function in the update code as well.
    silverwind committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    8da52e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    34d3494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ef912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df24fc3 View commit details
    Browse the repository at this point in the history