From 9978b10e0600ac13d28dfa84aa932f447cdd2504 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 24 Nov 2022 14:42:26 +0800 Subject: [PATCH] chore: clean up --- pages/bookmarks.vue | 4 +--- pages/conversations.vue | 4 +--- pages/explore.vue | 4 +--- pages/favourites.vue | 3 --- pages/home.vue | 3 --- pages/notifications.vue | 4 +--- pages/public/index.vue | 4 +--- pages/public/local.vue | 4 +--- pages/tags/[tag].vue | 4 +--- 9 files changed, 7 insertions(+), 27 deletions(-) diff --git a/pages/bookmarks.vue b/pages/bookmarks.vue index 8a545a1a..060c97ea 100644 --- a/pages/bookmarks.vue +++ b/pages/bookmarks.vue @@ -11,9 +11,7 @@ const paginator = masto.bookmarks.getIterator() - + diff --git a/pages/conversations.vue b/pages/conversations.vue index bdbb3814..51fa803d 100644 --- a/pages/conversations.vue +++ b/pages/conversations.vue @@ -11,9 +11,7 @@ const paginator = masto.conversations.getIterator() - + diff --git a/pages/explore.vue b/pages/explore.vue index bceef1a7..5a014381 100644 --- a/pages/explore.vue +++ b/pages/explore.vue @@ -7,9 +7,7 @@ const paginator = masto.trends.getStatuses() - + diff --git a/pages/favourites.vue b/pages/favourites.vue index daca6c5a..9110c97b 100644 --- a/pages/favourites.vue +++ b/pages/favourites.vue @@ -11,9 +11,6 @@ const paginator = masto.favourites.getIterator() - diff --git a/pages/home.vue b/pages/home.vue index dc3e1e45..f10c0ba3 100644 --- a/pages/home.vue +++ b/pages/home.vue @@ -11,9 +11,6 @@ const paginator = masto.timelines.getHomeIterable() - diff --git a/pages/notifications.vue b/pages/notifications.vue index 9b75467a..1e5663be 100644 --- a/pages/notifications.vue +++ b/pages/notifications.vue @@ -18,9 +18,7 @@ const paginator = $computed(() => { - + diff --git a/pages/public/index.vue b/pages/public/index.vue index a1a80813..64fd3c98 100644 --- a/pages/public/index.vue +++ b/pages/public/index.vue @@ -8,9 +8,7 @@ const paginator = masto.timelines.getPublicIterable() - + diff --git a/pages/public/local.vue b/pages/public/local.vue index ba7b0f59..13b4239c 100644 --- a/pages/public/local.vue +++ b/pages/public/local.vue @@ -7,9 +7,7 @@ const { data: timelines } = await useAsyncData('timelines-home', () => masto.tim - + diff --git a/pages/tags/[tag].vue b/pages/tags/[tag].vue index 75305ac3..d74d5114 100644 --- a/pages/tags/[tag].vue +++ b/pages/tags/[tag].vue @@ -10,9 +10,7 @@ const paginator = masto.timelines.getHashtagIterable(tag) - +