diff --git a/app.vue b/app.vue index 9aeb003..70a8e63 100644 --- a/app.vue +++ b/app.vue @@ -14,7 +14,6 @@ diff --git a/components/notes/header.vue b/components/notes/header.vue index 9b017ab..a248d6a 100644 --- a/components/notes/header.vue +++ b/components/notes/header.vue @@ -22,13 +22,13 @@ author.display_name }} - + @{{ username }} {{ instance && "@" }}{{ instance }} - + · {{ timeAgo }} diff --git a/components/notes/note.vue b/components/notes/note.vue index 29ab336..9ad60dd 100644 --- a/components/notes/note.vue +++ b/components/notes/note.vue @@ -1,6 +1,6 @@ + + diff --git a/components/notes/prose.vue b/components/notes/prose.vue new file mode 100644 index 0000000..591b65e --- /dev/null +++ b/components/notes/prose.vue @@ -0,0 +1,12 @@ + + + diff --git a/components/notes/reblog-header.vue b/components/notes/reblog-header.vue index 60013fe..6d4667a 100644 --- a/components/notes/reblog-header.vue +++ b/components/notes/reblog-header.vue @@ -1,9 +1,11 @@ @@ -12,6 +14,7 @@ import type { Emoji } from "@versia/client/types"; import { Repeat } from "lucide-vue-next"; import * as m from "~/paraglide/messages.js"; import Avatar from "../profiles/avatar.vue"; +import { Card } from "../ui/card"; const { url } = defineProps<{ avatar: string; @@ -21,4 +24,4 @@ const { url } = defineProps<{ }>(); const urlAsPath = new URL(url).pathname; - \ No newline at end of file + diff --git a/components/notifications/notification.vue b/components/notifications/notification.vue index d2ea5fa..c6a1fe5 100644 --- a/components/notifications/notification.vue +++ b/components/notifications/notification.vue @@ -1,11 +1,11 @@