Add map view toggle for fullWidthMap mode
All checks were successful
Build Docker Image / build (push) Successful in 3m25s
All checks were successful
Build Docker Image / build (push) Successful in 3m25s
- Add MapViewMode type (offers/hubs/suppliers) with cookie storage - Add view toggle button group on full-width map - Update clusterNodeType and mapPointColor based on selected view - Add translations for view options
This commit is contained in:
@@ -33,6 +33,13 @@
|
||||
"noOffers": "No offers found",
|
||||
"noResults": "No results found"
|
||||
},
|
||||
"views": {
|
||||
"hubs": "Hubs",
|
||||
"products": "Products",
|
||||
"suppliers": "Suppliers",
|
||||
"offers": "Offers",
|
||||
"map": "Map"
|
||||
},
|
||||
"offers": "offer | offers"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,6 +33,13 @@
|
||||
"noOffers": "Предложения не найдены",
|
||||
"noResults": "Ничего не найдено"
|
||||
},
|
||||
"views": {
|
||||
"hubs": "Хабы",
|
||||
"products": "Товары",
|
||||
"suppliers": "Поставщики",
|
||||
"offers": "Офферы",
|
||||
"map": "Карта"
|
||||
},
|
||||
"offers": "предложение | предложения | предложений"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user