recalc pagination if needed, closes #795

This commit is contained in:
MiniDigger | Martin 2022-07-26 11:47:22 +02:00
parent 4211f214c8
commit 57a5cb2018

View File

@ -160,9 +160,9 @@ useHead(meta);
<div class="platforms">
<h3 class="font-bold mb-1">
{{ i18n.t("hangar.projectSearch.platforms") }}
<span v-if="filters.platform" class="font-normal text-sm hover:(underline) text-gray-600 dark:text-gray-400" @click="filters.platform = null">{{
i18n.t("hangar.projectSearch.clear")
}}</span>
<span v-if="filters.platform" class="font-normal text-sm hover:(underline) text-gray-600 dark:text-gray-400" @click="filters.platform = null">
{{ i18n.t("hangar.projectSearch.clear") }}
</span>
</h3>
<div class="flex flex-col gap-1">
<ul>