feat(search): extended search, sort options, live tag filter, result count #183
@@ -47,7 +47,7 @@ let {
|
|||||||
|
|
||||||
<!-- RESULT COUNT -->
|
<!-- RESULT COUNT -->
|
||||||
{#if total > 0}
|
{#if total > 0}
|
||||||
<p class="mb-3 font-sans text-sm text-ink-2">{m.docs_result_count({ count: total })}</p>
|
<p class="mb-3 font-sans text-base text-ink-2">{m.docs_result_count({ count: total })}</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<!-- DOCUMENT LIST -->
|
<!-- DOCUMENT LIST -->
|
||||||
|
|||||||
Reference in New Issue
Block a user