From d108d09588c0adab80f75f8a75a8afd727abe64a Mon Sep 17 00:00:00 2001 From: bloodwiing Date: Tue, 14 May 2024 00:29:05 +0300 Subject: [PATCH] Add: New Comments design --- src/comp/comment.svelte | 48 ++++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 10 deletions(-) diff --git a/src/comp/comment.svelte b/src/comp/comment.svelte index 78d767b..9f4f731 100644 --- a/src/comp/comment.svelte +++ b/src/comp/comment.svelte @@ -1,27 +1,55 @@ -
- - -

{comment.content}

+
+ +
+
+ + {moment(comment.commentDate).fromNow()} +
+

{comment.content}

+
+ +
+
{#each commentNode.children as reply}