last push(I hope)

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-04 12:29:07 +05:00
parent 1e12790e5f
commit 2b8e86e305
5 changed files with 9 additions and 6 deletions

View File

@@ -137,7 +137,7 @@ export default function Filter() {
{/* ⭐ O'ZGARTIRILDI: Category filter with dropdown */}
<div className="bg-gray-500 rounded-lg w-full">
<p className="bg-red-500 text-white p-2 font-semibold font-almarai text-lg rounded-t-lg">
Kategoriyalar
{t("category")}
</p>
<div className="lg:space-y-2 space-x-6 lg:p-2 p-5 flex lg:flex-col overflow-x-auto lg:overflow-x-hidden items-start justify-start w-full">
{categoryBack?.map((item: any) => (
@@ -223,7 +223,7 @@ export default function Filter() {
</div>
</div>
{/* Bo'lim filtri */}
{/* Bo'lim filtri check */}
{visibleSectionData && visibleSectionData.length > 0 && (
<div className="bg-gray-500 rounded-lg w-full">
<p className="bg-red-500 text-white p-2 font-semibold font-almarai text-lg rounded-t-lg">

View File

@@ -78,8 +78,8 @@ export default function PaginationLite({
) : (
<PaginationItem key={idx}>
<PaginationLink
className="hover:cursor-pointer text-white hover:text-white"
isActive={p === currentPage}
className={`hover:cursor-pointer ${p === currentPage ? "text-black scale-110 text-[20px] font-medium" : "text-white"} hover:text-white border`}
onClick={() => onChange(Number(p))}
>
{p}

View File

@@ -427,5 +427,6 @@
"loading_error": "An error occurred while loading data",
"products_not_found": "Products not found",
"hide": "Hide",
"show_more": "Show more"
"show_more": "Show more",
"category": "Categories"
}

View File

@@ -427,5 +427,6 @@
"loading_error": "Произошла ошибка при загрузке данных",
"products_not_found": "Товары не найдены",
"hide": "Скрыть",
"show_more": "Показать больше"
"show_more": "Показать больше",
"category": "Категории"
}

View File

@@ -427,5 +427,6 @@
"loading_error": "Ma'lumotlarni yuklashda xatolik yuz berdi",
"products_not_found": "Mahsulotlar topilmadi",
"hide":"Yashirish",
"show_more":"Ko'proq ko'rish"
"show_more":"Ko'proq ko'rish",
"category": "Kategoriyalar"
}