feat: step-by-step quote flow like logistics project
All checks were successful
Build Docker Image / build (push) Successful in 5m11s

New pages: /catalog/product → /catalog/destination → /catalog/quantity → /catalog/results
Each step has fullscreen map + white bottom sheet card (rounded-t-3xl).
Header capsule in quote mode now navigates between steps.
i18n keys added for step titles (en/ru).
This commit is contained in:
Ruslan Bakiev
2026-03-10 11:52:35 +07:00
parent 055d682167
commit 61a37040d6
7 changed files with 775 additions and 41 deletions

View File

@@ -87,7 +87,8 @@
"selectSupplier": "Select supplier",
"enterQty": "Quantity (t)",
"search": "Search",
"clear": "Clear"
"clear": "Clear",
"findOffers": "Find offers"
},
"explore": {
"title": "Explore the market",
@@ -95,6 +96,14 @@
},
"offers": "offer | offers",
"list": "List",
"applyFilter": "Apply filter"
"applyFilter": "Apply filter",
"step": "Step {n}",
"steps": {
"selectProduct": "What are you looking for?",
"selectDestination": "Where to deliver?",
"setQuantity": "How much do you need?",
"results": "Results",
"newSearch": "New search"
}
}
}

View File

@@ -87,7 +87,8 @@
"selectSupplier": "Выберите поставщика",
"enterQty": "Количество (т)",
"search": "Найти",
"clear": "Очистить"
"clear": "Очистить",
"findOffers": "Найти предложения"
},
"explore": {
"title": "Исследуйте рынок",
@@ -95,6 +96,14 @@
},
"offers": "предложение | предложения | предложений",
"list": "Список",
"applyFilter": "Применить фильтр"
"applyFilter": "Применить фильтр",
"step": "Шаг {n}",
"steps": {
"selectProduct": "Что ищете?",
"selectDestination": "Куда доставить?",
"setQuantity": "Сколько нужно?",
"results": "Результаты",
"newSearch": "Новый поиск"
}
}
}