All checks were successful
Build Docker Image / build (push) Successful in 4m13s
- Add py-4 to main layout for detail page padding - Show search widget only on main page (not all catalog pages) - Add 4 menu items: Search, Catalog, Orders, Seller - Fix orders page click to navigate to order detail - Update CatalogPage map positioning for new nav structure - Add search translation to cabinetNav i18n files
19 lines
403 B
JSON
19 lines
403 B
JSON
{
|
|
"cabinetNav": {
|
|
"search": "Search",
|
|
"catalog": "Catalog",
|
|
"orders": "My orders",
|
|
"addresses": "My addresses",
|
|
"billing": "Balance",
|
|
"profile": "Profile",
|
|
"team": "Company",
|
|
"teamSettings": "Team settings",
|
|
"offers": "My offers",
|
|
"myOffers": "My offers",
|
|
"seller": "Seller",
|
|
"suppliers": "Suppliers",
|
|
"hubs": "Hubs",
|
|
"ai": "AI assistant"
|
|
}
|
|
}
|