mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-09 06:32:43 +08:00
recalc pagination if needed, closes #795
This commit is contained in:
parent
4211f214c8
commit
57a5cb2018
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user