feat(breadcrumb): build breadcrumb in 1 API call
add /api/folders/{id}/ancestors
this API to iterate parent up to the drive root or the shared folder
this will help UI to build the breadcrumb in 1 API call
and to identify the root element (is it a drive users has access to or
a shared folder ?)
ui: now only 1 API call is now required to build the breadcrumb
This commit is contained in:
@@ -464,7 +464,14 @@
|
||||
"group_name_taken": "Ya existe un grupo con este nombre."
|
||||
},
|
||||
"breadcrumb": {
|
||||
"home": "Inicio"
|
||||
"home": "Inicio",
|
||||
"aria": "Ruta de navegación",
|
||||
"root": {
|
||||
"personal_drive": "Unidad personal: {{name}}",
|
||||
"shared_drive": "Unidad compartida: {{name}}",
|
||||
"direct_share": "Compartido contigo",
|
||||
"token": "A través de enlace compartido"
|
||||
}
|
||||
},
|
||||
"trash": {
|
||||
"empty_trash": "Vaciar papelera",
|
||||
|
||||
Reference in New Issue
Block a user