You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I am on the dashboard and search a repo, matching repos are being displayed if I start the search from the first page. If I start the search from a page "after" the page which lists this repo in the absence of a search operation, there is only a number being displayed in one of the repo categories, but a matching repo is not being displayed unless one clicks the category button with the number. After that, the repo link appears in the result box and can be clicked to navigate to that repo.
Screenshots
The text was updated successfully, but these errors were encountered:
The title of this issue is rather confusing. The issue here is that the search term has been changed but the current page number is greater than the maximum number of results for that new search term.
I guess the correct behaviour is that changing the search term should reset the page number to 1, as it makes no sense to keep the current page.
When inputing the search term on the repolist on the user home page the component
page should be reset to page 1.
Fixgo-gitea#15425
Signed-off-by: Andrew Thornton <[email protected]>
[x]
):Description
If I am on the dashboard and search a repo, matching repos are being displayed if I start the search from the first page. If I start the search from a page "after" the page which lists this repo in the absence of a search operation, there is only a number being displayed in one of the repo categories, but a matching repo is not being displayed unless one clicks the category button with the number. After that, the repo link appears in the result box and can be clicked to navigate to that repo.
Screenshots
The text was updated successfully, but these errors were encountered: