mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 11:08:38 +03:00
say if there are no search results
This commit is contained in:
parent
df01a49f02
commit
cad1ff6e8d
@ -44,6 +44,10 @@
|
||||
<p class="mb-2 text-xl text-[#D4D4D8]">Results for "{$searchTerm}"</p>
|
||||
<p class="text-lg text-[#717179]">{processedResults.length} change instances</p>
|
||||
</div>
|
||||
{:else}
|
||||
<div class="mb-10 mt-14">
|
||||
<p class="mb-2 text-xl text-[#D4D4D8]">No results for "{$searchTerm}"</p>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<ul class="flex flex-col gap-4">
|
||||
|
Loading…
Reference in New Issue
Block a user