diff --git a/routes/_components/Avatar.html b/routes/_components/Avatar.html index 103d8364..27606e0c 100644 --- a/routes/_components/Avatar.html +++ b/routes/_components/Avatar.html @@ -1,11 +1,11 @@ {{#await imagePromise}} - {{then src}} - {{catch error}} - + {{/await}} diff --git a/routes/_components/NavItem.html b/routes/_components/NavItem.html index b7268910..34664a09 100644 --- a/routes/_components/NavItem.html +++ b/routes/_components/NavItem.html @@ -1,4 +1,7 @@ - + diff --git a/routes/_components/Status.html b/routes/_components/Status.html index e770929d..c6474d13 100644 --- a/routes/_components/Status.html +++ b/routes/_components/Status.html @@ -1,4 +1,4 @@ -
+
{{#if status.reblog}}
@@ -19,7 +19,7 @@ @{{originalAccount.acct}}
@@ -214,6 +214,15 @@ }, computed: { createdAtDate: (status) => status.created_at, + accessibleDate: (createdAtDate) => { + return Intl.DateTimeFormat('en-US', { + year: 'numeric', + month: 'long', + day: 'numeric', + hour: 'numeric', + minute: 'numeric' + }).format(new Date(createdAtDate)) + }, relativeDate: (createdAtDate) => { mark('compute relativeDate') let res = relativeFormat.format(new Date(createdAtDate)) diff --git a/routes/_components/StatusListItem.html b/routes/_components/StatusListItem.html index 7b15a5f1..56bc54d8 100644 --- a/routes/_components/StatusListItem.html +++ b/routes/_components/StatusListItem.html @@ -1,4 +1,4 @@ - +