Add AddressDetailBottomSheet with same UX as orders
All checks were successful
Build Docker Image / build (push) Successful in 4m21s
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:
@@ -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",
|
||||
|
||||
@@ -5,10 +5,15 @@
|
||||
},
|
||||
"actions": {
|
||||
"add": "Добавить адрес",
|
||||
"edit": "Редактировать",
|
||||
"delete": "Удалить",
|
||||
"deleting": "Удаление...",
|
||||
"confirm_delete": "Удалить этот адрес?"
|
||||
},
|
||||
"detail": {
|
||||
"location": "Местоположение",
|
||||
"map": "Карта"
|
||||
},
|
||||
"form": {
|
||||
"title": "Новый адрес",
|
||||
"title_edit": "Редактирование адреса",
|
||||
|
||||
Reference in New Issue
Block a user