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

Prevent invalid behavior for file reviewing when loading more files (#21230) #21234

Merged
merged 3 commits into from
Sep 23, 2022

Commits on Sep 21, 2022

  1. Prevent invalid behavior for file reviewing when loading more files (g…

    …o-gitea#21230)
    
    The problem was that many PR review components loaded by `Show more`
    received the same ID as previous batches, which confuses browsers (when
    clicked). All such occurrences should now be fixed.
    
    Additionally improved the background of the `viewed` checkbox.
    
    Lastly, the `go-licenses.json` was automatically updated.
    
    Fixes go-gitea#21228.
    Fixes go-gitea#20681.
    
    Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
    delvh and wxiaoguang committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    188b260 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. .locale -> .i18n

    delvh committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    caefdce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe56dde View commit details
    Browse the repository at this point in the history