Improve catalog UX: remove category, add offers count, dynamic layout
All checks were successful
Build Docker Image / build (push) Successful in 3m37s
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:
@@ -32,6 +32,7 @@
|
||||
"noHubs": "No hubs found",
|
||||
"noOffers": "No offers found",
|
||||
"noResults": "No results found"
|
||||
}
|
||||
},
|
||||
"offers": "offer | offers"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
"noHubs": "Хабы не найдены",
|
||||
"noOffers": "Предложения не найдены",
|
||||
"noResults": "Ничего не найдено"
|
||||
}
|
||||
},
|
||||
"offers": "предложение | предложения | предложений"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user