feat:restaurants by category page done

This commit is contained in:
jahongireshonqulov
2025-10-24 19:44:52 +05:00
parent e0f3d900d7
commit ffbc153b55
20 changed files with 409 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
<svg width="23" height="21" viewBox="0 0 23 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M15.5174 3.10349C18.1037 3.10349 19.6554 5.06903 19.6554 7.44837C19.6554 8.68976 19.0347 9.82771 18.3106 10.6553C17.0692 11.8967 11.3795 16.5519 11.3795 16.5519C11.3795 16.5519 5.68973 11.8967 4.44833 10.6553C3.62073 9.82771 3.10349 8.68976 3.10349 7.44837C3.10349 5.06903 4.65523 3.10349 7.24147 3.10349C9.00011 3.10349 10.6553 4.75868 11.3795 6.20697C12.1036 4.75868 13.7588 3.10349 15.5174 3.10349ZM15.5174 0C13.9657 0 12.5174 0.620697 11.3795 1.44829C10.2415 0.517248 8.79321 0 7.24147 0C3.10349 0 0 3.20694 0 7.44837C0 9.41391 0.827596 11.276 2.27589 12.8277C3.72418 14.3795 11.3795 20.5865 11.3795 20.5865C11.3795 20.5865 19.0347 14.3795 20.483 12.8277C21.9313 11.276 22.7589 9.41391 22.7589 7.44837C22.7589 3.20694 19.6554 0 15.5174 0Z"
fill="#8A8A8A" />
</svg>

After

Width:  |  Height:  |  Size: 894 B

View File

@@ -82,9 +82,34 @@
"popular": "Most popular",
"topRated": "Top rated",
"fast": "Fast",
"delivery": "Delivery"
"delivery": "Delivery",
"featuredStores": "Featured stores",
"fromUberEats": "From {name}",
"@fromUberEats":{
"placeholders": {
"name": {
"type": "String"
}
}
},
"opensAt": "Opens at {time}",
"@opensAt": {
"placeholders":{
"time": {
"type": "String"
}
}
},
"spendAndSave": "Spend {spend}, save {save}",
"@spendAndSave": {
"placeholders":{
"spend": {
"type": "String"
},
"save": {
"type": "String"
}
}
}
}

View File

@@ -89,7 +89,26 @@
"popular": "Самые популярные",
"topRated": "Высокий рейтинг",
"fast": "Быстро",
"delivery": "Доставка"
"delivery": "Доставка",
"featuredStores": "Популярные магазины",
"fromUberEats": "От {name}",
"@fromUberEats":{
"placeholders": {
"name": {
"type": "String"
}
}
},
"opensAt": "Открывается в {time}",
"opensAt@placeholders": {
"time": {}
},
"spendAndSave": "Потратьте {spend}, сэкономьте {save}",
"spendAndSave@placeholders": {
"spend": {},
"save": {}
}

View File

@@ -59,13 +59,13 @@
"dessert": "Desert",
"more":"Ko'proq",
"orderDetails": "Buyurtma tafsilotlari",
"deliverNow": "Hozir yetkazish",
"schedule": "Rejalashtirish",
"enterNewAddress": "Yangi manzil kiriting",
"nearby": "Yaqin joylar",
"currentLocation": "Joriy joylashuv",
"enable": "Yoqqish",
"recentLocations": "Yaqinda ishlatilgan manzillar",
"deliverNow": "Hozir yetkazish",
"schedule": "Rejalashtirish",
"enterNewAddress": "Yangi manzil kiriting",
"nearby": "Yaqin joylar",
"currentLocation": "Joriy joylashuv",
"enable": "Yoqqish",
"recentLocations": "Yaqinda ishlatilgan manzillar",
"allFilters": "Barcha filtrlar",
"sort": "Saralash",
"pickedForYou": "Siz uchun",
@@ -89,7 +89,29 @@
"popular": "Eng ommabop",
"topRated": "Yuqori reytingli",
"fast": "Tezkor",
"delivery": "Yetkazish"
"delivery": "Yetkazish",
"featuredStores": "Mashhur dokonlar",
"fromUberEats": "{name} tomonidan",
"@fromUberEats":{
"placeholders": {
"name": {
"type": "String"
}
}
},
"opensAt": "Soat {time} dan ochiladi",
"opensAt@placeholders": {
"time": {}
},
"spendAndSave": "{spend} sarflang, {save} tejang",
"spendAndSave@placeholders": {
"spend": {},
"save": {}
}