Add AddressDetailBottomSheet with same UX as orders
All checks were successful
Build Docker Image / build (push) Successful in 4m21s

- Panel slides left when address is selected
- Bottom sheet slides up with address details
- Shows location, map preview, edit/delete actions
This commit is contained in:
Ruslan Bakiev
2026-01-29 21:00:18 +07:00
parent 0a63d4b0b2
commit 8a2a804c58
4 changed files with 266 additions and 70 deletions

View File

@@ -5,10 +5,15 @@
},
"actions": {
"add": "Add address",
"edit": "Edit",
"confirm_delete": "Delete this address?",
"delete": "Delete",
"deleting": "Deleting..."
},
"detail": {
"location": "Location",
"map": "Map"
},
"form": {
"title": "New address",
"title_edit": "Edit address",

View File

@@ -5,10 +5,15 @@
},
"actions": {
"add": "Добавить адрес",
"edit": "Редактировать",
"delete": "Удалить",
"deleting": "Удаление...",
"confirm_delete": "Удалить этот адрес?"
},
"detail": {
"location": "Местоположение",
"map": "Карта"
},
"form": {
"title": "Новый адрес",
"title_edit": "Редактирование адреса",