-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Show More button no longer works #22380
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
Comments
Some kind of workaround: Right click the show more button in chrome and inspect the element -> there's a relative address there ("data-href") and replace the end of the url in the address bar with it. This method is not perfect, because it shows more, but the already shown stuffs go away. |
…ea#22380 (#706) Rollback of gitea version due to bug on show more files go-gitea/gitea#22380 Reviewed-by: Artem Goncharov
This is a very ugly workaround for people not so skilled and I made a mistake to deploy this prod already (what now affects many people). |
Are there any logs? |
I believe this is likely to be a regression from #21012 |
No logs make sense here, since UI doesn't trigger any action |
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 <[email protected]>
There was a serious regression in #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 #22380 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: John Olheiser <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
is the fix going to be backported/released with 1.18.1? |
Backport go-gitea#22399 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 <[email protected]>
Backport #22399 There was a serious regression in #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 #22380 Signed-off-by: Andrew Thornton <[email protected]>
Description
In the PRs with more changed files then the project limit a "Show More" button is no longer doing anything since the 1.18.0. In the 1.17.0 it was working.
There seem to be no JS errors on the page either, but clicking just on the button is just having no effect
Screenshots
Gitea Version
1.18.0
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
No response
Browser Version
Firefox 1.108 and Chrome 104.0
The text was updated successfully, but these errors were encountered: