feat(list view): show the owner of the File or Folder in list view
This commit is contained in:
@@ -112,6 +112,9 @@ const sharedWithMeView = {
|
||||
ownerTooltip.init(filesList);
|
||||
}
|
||||
|
||||
// Fill the Owner column cells (idempotent: skips already-resolved rows).
|
||||
await ui.resolveOwnerCells();
|
||||
|
||||
this._setLoadMoreVisible(!!this._nextCursor);
|
||||
} catch (err) {
|
||||
ui.showError(`
|
||||
|
||||
Reference in New Issue
Block a user