From 46b53f4dbd358f3baa65dcfecb8d2f00a8c13b35 Mon Sep 17 00:00:00 2001 From: Florian <45694132+flo-bit@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:39:57 +0100 Subject: [PATCH] add redirect for trending hashtags --- src/routes/trending/+page.svelte | 258 +------------------------------ 1 file changed, 3 insertions(+), 255 deletions(-) diff --git a/src/routes/trending/+page.svelte b/src/routes/trending/+page.svelte index 03ca435..6cd3a22 100644 --- a/src/routes/trending/+page.svelte +++ b/src/routes/trending/+page.svelte @@ -1,260 +1,8 @@ - -
- -
- -
-
- Most Popular Hashtags on - - -
-
- {#if lastUpdatePostTime > 0} - of all posts between and - . analysing more... - {:else} - analysing posts... - {/if} -
- - {#if !showLanguageSelector} - - {:else} -
- - -
- {/if} - -
- {#if mostPopularHashtags.length === 0} - - {/if} - {#each mostPopularHashtags as hashtag} - - {hashtag[0]} - ({hashtag[1]}x) - - {/each} -
-