From 13c7605f0eb70a57ebbbe07a056870bae9bb830c Mon Sep 17 00:00:00 2001 From: Berke Güzel Date: Mon, 9 Feb 2026 00:01:25 +0300 Subject: giscus --- src/lib/components/Giscus.svelte | 119 +++++++++++++++++++++++++++++++-------- 1 file changed, 95 insertions(+), 24 deletions(-) diff --git a/src/lib/components/Giscus.svelte b/src/lib/components/Giscus.svelte index 8a924ef..6659b36 100644 --- a/src/lib/components/Giscus.svelte +++ b/src/lib/components/Giscus.svelte @@ -1,27 +1,98 @@ -
+
+ {#if !hasLoaded} + + {/if} + +
+
+
+ + -- cgit v1.2.3