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

Fix show more for image on diff page (#25672) #25673

Merged
merged 1 commit into from
Jul 4, 2023

Commits on Jul 4, 2023

  1. Fix show more for image on diff page (go-gitea#25672)

    Right now when clicking on loadmore on files change page, if the loaded
    content is image, it will be always in load status:
    
    
    https://github.com/go-gitea/gitea/assets/17645053/39e449b6-067a-474c-9443-9dd98d5bbfe2
    
    This PR fixes this by adding `initImageDiff ` to `onShowMoreFiles `
    
    After:
    
    
    https://github.com/go-gitea/gitea/assets/17645053/87bbb13e-0064-4a6e-a7ad-0f0060eb8bff
    HesterG authored and GiteaBot committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a9630c9 View commit details
    Browse the repository at this point in the history