From 2f8672c4dcebddc9aa09af6cc1f598fd96d9adda Mon Sep 17 00:00:00 2001 From: Giteabot Date: Wed, 22 Nov 2023 10:07:13 +0800 Subject: [PATCH] Do not display search box when there's no packages yet (#28146) (#28159) Backport #28146 by @yp05327 Before: ![image](https://github.com/go-gitea/gitea/assets/18380374/3012f544-7ff5-4ccb-ac80-ce24d50abe97) After: ![image](https://github.com/go-gitea/gitea/assets/18380374/4084312a-9ac0-4103-8c93-ea178ae24493) ![image](https://github.com/go-gitea/gitea/assets/18380374/3c47d175-0735-476d-8979-da2bc0a4fc95) ![image](https://github.com/go-gitea/gitea/assets/18380374/033c6a81-d1f7-4426-8063-5793d0b47462) Co-authored-by: yp05327 <576951401@qq.com> (cherry picked from commit 7128929a0d2f551aad9cce4f91ebfb14895088ea) --- templates/package/shared/list.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/package/shared/list.tmpl b/templates/package/shared/list.tmpl index 48b80af1bf..73fe031d31 100644 --- a/templates/package/shared/list.tmpl +++ b/templates/package/shared/list.tmpl @@ -1,4 +1,5 @@ {{template "base/alert" .}} +{{if .HasPackages}}
{{template "shared/searchinput" dict "Value" .Query "AutoFocus" true}} @@ -12,6 +13,7 @@
+{{end}}
{{range .PackageDescriptors}}