mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
feat: ✨ Implement replies, quotes and edits
This commit is contained in:
parent
a1f0a00892
commit
db4cb78f02
6 changed files with 88 additions and 21 deletions
|
|
@ -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<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue