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:
@@ -459,7 +459,14 @@
|
||||
"group_name_taken": "Eine Gruppe mit diesem Namen existiert bereits."
|
||||
},
|
||||
"breadcrumb": {
|
||||
"home": "Startseite"
|
||||
"home": "Startseite",
|
||||
"aria": "Brotkrumen",
|
||||
"root": {
|
||||
"personal_drive": "Persönliches Laufwerk: {{name}}",
|
||||
"shared_drive": "Geteiltes Laufwerk: {{name}}",
|
||||
"direct_share": "Für Sie freigegeben",
|
||||
"token": "Über freigegebenen Link"
|
||||
}
|
||||
},
|
||||
"trash": {
|
||||
"empty_trash": "Papierkorb leeren",
|
||||
|
||||
Reference in New Issue
Block a user