From 148238db0ee8706764e9c00a3a4e97808d047a49 Mon Sep 17 00:00:00 2001 From: Arman Date: Sun, 3 Jul 2022 16:25:21 +0200 Subject: [PATCH] feat: add last updated --- .../storage/bucket/[bucket]/file/[file]/index.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte b/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte index 4ea4ebc12..ddf7a2418 100644 --- a/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte +++ b/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte @@ -97,7 +97,7 @@

MIME Type: {$file.response.mimeType}

Size: {bytesToSize($file.response.sizeOriginal)}

Created: {toLocaleDate($file.response.$createdAt)}

-

Last Updated (to implement): {toLocaleDate($file.response.$createdAt)}

+

Last Updated: {toLocaleDate($file.response.$updatedAt)}

@@ -160,7 +160,7 @@
{$file.response.name}

- Last Updated (to implement): {toLocaleDateTime($file.response.$createdAt)} + Last Updated: {toLocaleDateTime($file.response.$updatedAt)}