feat: ui improvements, show only active products, limit max page for infinity scroll

This commit is contained in:
2025-08-09 09:49:03 +03:00
parent 7404ecb33e
commit d499d7d846
5 changed files with 17 additions and 7 deletions

View File

@@ -1,9 +1,11 @@
<template>
<div ref="goodsRef" class="safe-top">
<SearchInput/>
<ProductsList/>
</div>
</template>
<script setup>
import ProductsList from "@/components/ProductsList.vue";
import SearchInput from "@/components/SearchInput.vue";
</script>