diff --git a/frontend/src/components/posts/PostModal.vue b/frontend/src/components/posts/PostModal.vue new file mode 100644 index 0000000..3c25ccb --- /dev/null +++ b/frontend/src/components/posts/PostModal.vue @@ -0,0 +1,211 @@ + + { if (!v) close() }" + > + + + {{ post.source.platform }} + {{ post.artist.name }} + + {{ relativeDate }} + + + · {{ post.thumbnails.length }} image{{ post.thumbnails.length === 1 ? '' : 's' }} + + + · {{ post.attachments.length }} attachment{{ post.attachments.length === 1 ? '' : 's' }} + + + + + + + + + + + Loading full image list… + + + + + {{ post.post_title }} + + + + + + + + Attachments + + + mdi-paperclip + {{ att.original_filename }} + ({{ formatBytes(att.size_bytes) }}) + + + + + + + + + + +