filters #26

Merged
goc_marek merged 6 commits from filters into main 2026-03-25 01:53:13 +00:00
Showing only changes of commit e570297011 - Show all commits

View File

@@ -49,7 +49,9 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<div class="flex justify-center items-center py-8">
<UPagination v-model:page="page" :total="total" :page-size="perPage" /> <UPagination v-model:page="page" :total="total" :page-size="perPage" />
</div>
<div v-if="productsList.length === 0" class="text-center py-8 text-gray-500 dark:text-gray-400"> <div v-if="productsList.length === 0" class="text-center py-8 text-gray-500 dark:text-gray-400">
No products found No products found
</div> </div>