diff --git a/frontend/src/components/posts/PostCard.vue b/frontend/src/components/posts/PostCard.vue new file mode 100644 index 0000000..68b537e --- /dev/null +++ b/frontend/src/components/posts/PostCard.vue @@ -0,0 +1,204 @@ + + + + {{ post.source.platform }} + {{ post.artist.name }} + {{ relativeDate }} + + + + + {{ post.post_title }} + + + {{ descriptionToShow }} + Show more + Show less + + + + + + + +{{ post.thumbnails_more }} more + + + + + mdi-paperclip + {{ att.original_filename }} + ({{ formatBytes(att.size_bytes) }}) + + + + + + + +