diff --git a/web/satellite/src/components/browser/FileEntry.vue b/web/satellite/src/components/browser/FileEntry.vue index f143c1498..cea4a3e33 100644 --- a/web/satellite/src/components/browser/FileEntry.vue +++ b/web/satellite/src/components/browser/FileEntry.vue @@ -1,11 +1,703 @@ - - // Copyright (C) 2021 Storj Labs, Inc. // See LICENSE for copying information. - - - - - diff --git a/web/satellite/src/types/browser.ts b/web/satellite/src/types/browser.ts index 6ec836607..fe095fcfd 100644 --- a/web/satellite/src/types/browser.ts +++ b/web/satellite/src/types/browser.ts @@ -7,5 +7,6 @@ export interface BrowserFile extends File { Key: string; LastModified: Date; + Size: number; type: string; }