diff --git a/routes/_components/ExternalLink.html b/routes/_components/ExternalLink.html index c2879b6..841b97c 100644 --- a/routes/_components/ExternalLink.html +++ b/routes/_components/ExternalLink.html @@ -1,31 +1,30 @@ -{{#if class}} - - - {{#if showIcon}} - - - - {{/if}} - -{{else}} - - - {{#if showIcon}} - - - - {{/if}} - -{{/if}} + + + {{#if showIcon}} + + + + {{/if}} + \ No newline at end of file + + \ No newline at end of file diff --git a/routes/_components/status/Status.html b/routes/_components/status/Status.html index f252bc3..e8336bf 100644 --- a/routes/_components/status/Status.html +++ b/routes/_components/status/Status.html @@ -7,25 +7,15 @@ - {{#if timelineType === 'account' && timelineValue === status.account.id}} - {{status.account.username}} - {{else}} - {{status.account.username}} - {{/if}} + {{status.account.username}} boosted {{/if}}
- {{#if timelineType === 'account' && timelineValue === originalAccount.id}} - - {{originalAccount.display_name || originalAccount.username}} - - {{else}} - - {{originalAccount.display_name || originalAccount.username}} - - {{/if}} + + {{originalAccount.display_name || originalAccount.username}} + {{'@' + originalAccount.acct}} diff --git a/routes/_components/timeline/StatusListItem.html b/routes/_components/timeline/StatusListItem.html index 6b9635e..61b14eb 100644 --- a/routes/_components/timeline/StatusListItem.html +++ b/routes/_components/timeline/StatusListItem.html @@ -1,6 +1,5 @@ diff --git a/routes/_components/timeline/Timeline.html b/routes/_components/timeline/Timeline.html index fd29a82..803dd3f 100644 --- a/routes/_components/timeline/Timeline.html +++ b/routes/_components/timeline/Timeline.html @@ -33,9 +33,8 @@ LoadingFooter: LoadingFooter }), computed: { - makeProps: ($currentInstance, timelineType, timelineValue) => async (statusId) => ({ + makeProps: ($currentInstance, timelineType) => async (statusId) => ({ timelineType: timelineType, - timelineValue: timelineValue, status: await database.getStatus($currentInstance, statusId) }), label: (timeline, $currentInstance, timelineType, timelineValue) => {