From 9d952483f250a97cbeab4061fa1c4e68341b330f Mon Sep 17 00:00:00 2001 From: kartofen Date: Sun, 28 Aug 2022 23:22:15 +0300 Subject: posting thread and image works --- src/components/Comment.svelte | 45 ------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 src/components/Comment.svelte (limited to 'src/components/Comment.svelte') diff --git a/src/components/Comment.svelte b/src/components/Comment.svelte deleted file mode 100644 index bc53f4d..0000000 --- a/src/components/Comment.svelte +++ /dev/null @@ -1,45 +0,0 @@ - - - -
- - - {comment.id} - at {formatTime(comment.creationDate)}
- -> - {comment.commentCreator} -
-
- - {#if comment.imageId!= null && comment.imageId != undefined} - {#if comment.fileType == 'image'} - - {comment.imageId}
-
- {:else if comment.fileType == 'video'} - - {/if} - {/if} - -

{@html comment.commentText}

- -
- - -- cgit v1.2.3