feat: Implement replies, quotes and edits

This commit is contained in:
Jesse Wierzbinski 2024-12-01 18:29:54 +01:00
parent a1f0a00892
commit db4cb78f02
No known key found for this signature in database
6 changed files with 88 additions and 21 deletions

View file

@ -32,7 +32,7 @@ import type { Notification } from "@versia/client/types";
import Avatar from "~/components/avatars/avatar.vue";
import Skeleton from "~/components/skeleton/Skeleton.vue";
import Button from "~/packages/ui/components/buttons/button.vue";
import Note from "../notes/note.vue";
//import Note from "../notes/note.vue";
import SmallCard from "../users/SmallCard.vue";
const props = defineProps<{