From 3dd7b71887f38a26ede9b4dda90385d4764c2472 Mon Sep 17 00:00:00 2001 From: zaanposni Date: Sun, 28 Jan 2024 10:15:41 +0100 Subject: [PATCH] . --- .../src/lib/components/NewsSmall.svelte | 108 +++++++++--------- 1 file changed, 55 insertions(+), 53 deletions(-) diff --git a/src/psaggregator/src/lib/components/NewsSmall.svelte b/src/psaggregator/src/lib/components/NewsSmall.svelte index 5a1c934..54549a8 100644 --- a/src/psaggregator/src/lib/components/NewsSmall.svelte +++ b/src/psaggregator/src/lib/components/NewsSmall.svelte @@ -13,63 +13,65 @@ - - -
- -
- YouTube -
- -
- -
- Instagram -
- -
- threads -
- Threads -
- -
- -
- Twitter -
- - -
- {#if tabSet === 0} -
- {#each youtubeCommunityPosts as youtube} - - {/each} +
+ + +
+
- {:else if tabSet === 1} -
- {#each instagramPosts as instagram} - - {/each} + YouTube + + +
+
- {:else if tabSet === 2 || tabSet === 3} -
-
- -
- Leider gibt es noch keinen Threads-Import. - Dieses Projekt ist Open Source. - Beteilige dich gerne auf - GitHub - + Instagram + + +
+ threads
- {/if} -
- + Threads +
+ +
+ +
+ Twitter +
+ + +
+ {#if tabSet === 0} +
+ {#each youtubeCommunityPosts as youtube} + + {/each} +
+ {:else if tabSet === 1} +
+ {#each instagramPosts as instagram} + + {/each} +
+ {:else if tabSet === 2 || tabSet === 3} +
+
+ +
+ Leider gibt es noch keinen Threads-Import. + Dieses Projekt ist Open Source. + Beteilige dich gerne auf + GitHub + +
+ {/if} +
+ +