Improve catalog UX: remove category, add offers count, dynamic layout
All checks were successful
Build Docker Image / build (push) Successful in 3m37s

- ProductCard: remove category field, add offersCount display
- CatalogPage: add fullWidthMap prop for map-only view
- catalog/index: pass fullWidthMap based on selectMode
- i18n: add offers pluralization
This commit is contained in:
Ruslan Bakiev
2026-01-22 16:59:33 +07:00
parent 6da5bf10c9
commit 39f8364edb
5 changed files with 41 additions and 10 deletions

View File

@@ -32,6 +32,7 @@
"noHubs": "No hubs found",
"noOffers": "No offers found",
"noResults": "No results found"
}
},
"offers": "offer | offers"
}
}