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

Restore function to "Show more" buttons #22399

Merged

Commits on Jan 10, 2023

  1. Restore function to Show more button

    There was a serious regression in go-gitea#21012 which broke the Show More
    button on the diff page, and the show more button was also broken on the
    file tree too.
    
    This PR fixes this by resetting the pageData.diffFiles as the vue
    watched value and reattachs a function to the show more button outside
    of the file tree view.
    
    Fix go-gitea#22380
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d4f30bb View commit details
    Browse the repository at this point in the history
  2. fix margins slightly

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    dfc7723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2624dfe View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    8caf1bb View commit details
    Browse the repository at this point in the history
  2. move the pageData expose into mounted

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    23032e2 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'zeripath/fix-22380-restore-function-to-…

    …show-more-buttons' into fix-22380-restore-function-to-show-more-buttons
    zeripath committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    76fbcf4 View commit details
    Browse the repository at this point in the history
  4. rename diff-show-more-button to diff-load-button as it is loading the…

    … diff for a specific file and clearly the old name is confusing people
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a531c6e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    8c4f5be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b954aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ac8c1d View commit details
    Browse the repository at this point in the history