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": "同名组已存在。"
|
||||
},
|
||||
"breadcrumb": {
|
||||
"home": "主页"
|
||||
"home": "主页",
|
||||
"aria": "面包屑",
|
||||
"root": {
|
||||
"personal_drive": "个人云盘:{{name}}",
|
||||
"shared_drive": "共享云盘:{{name}}",
|
||||
"direct_share": "已共享给您",
|
||||
"token": "通过共享链接"
|
||||
}
|
||||
},
|
||||
"trash": {
|
||||
"empty_trash": "清空回收站",
|
||||
|
||||
Reference in New Issue
Block a user