Add No Results Prompt Message on Issue List Page (#33699)

This commit is contained in:
Kerwin Bryant 2025-02-25 02:24:56 +08:00 committed by GitHub
parent 555d64d024
commit 2cd2ae07a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -153,6 +153,11 @@
</div>
{{end}}
</div>
{{else}}
<div class="tw-text-center tw-p-8">
<h3 class="tw-my-4">{{ctx.Locale.Tr "repo.issues.filter_no_results"}}</h3>
<p class="tw-text-placeholder-text">{{ctx.Locale.Tr "repo.issues.filter_no_results_placeholder"}}</p>
</div>
{{end}}
{{if .IssueIndexerUnavailable}}
<div class="ui error message">