Various improvements

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-12 16:46:44 +02:00
parent 4f9e0911e7
commit 754e44f0a5
33 changed files with 165 additions and 154 deletions

View File

@@ -44,6 +44,7 @@ const comment = reactive<IComment>({
const deletedComment = reactive<IComment>({
...comment,
actor: null,
deletedAt: new Date().toString(),
});
</script>

View File

@@ -1,5 +1,5 @@
<template>
<article class="flex gap-1">
<article class="flex gap-2">
<div class="">
<figure class="" v-if="comment.actor && comment.actor.avatar">
<img