refactor(dev-only): allow sorting files table view by file size
This commit is contained in:
@@ -7,6 +7,7 @@ export interface SortableItem {
|
||||
userModifiedDate: Date
|
||||
title?: string
|
||||
pinned: boolean
|
||||
decryptedSize?: number
|
||||
}
|
||||
|
||||
export const CollectionSort: Record<string, keyof SortableItem> = {
|
||||
|
||||
Reference in New Issue
Block a user