From a5cb684d3411a3ee9df5514237956b8de0b7f7a3 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Tue, 26 May 2026 20:49:20 -0400 Subject: [PATCH] =?UTF-8?q?feat(post-modal):=20PostImageGrid=20=E2=80=94?= =?UTF-8?q?=20fixed-cell=20grid=20(auto-fill=20220px+,=204:3=20aspect-cove?= =?UTF-8?q?r)=20inside=20PostModal;=20click=20opens=20ImageViewer=20scoped?= =?UTF-8?q?=20to=20the=20post's=20images=20via=20modalStore.open(id,=20{?= =?UTF-8?q?=20postImageIds=20})?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/components/posts/PostImageGrid.vue | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 frontend/src/components/posts/PostImageGrid.vue diff --git a/frontend/src/components/posts/PostImageGrid.vue b/frontend/src/components/posts/PostImageGrid.vue new file mode 100644 index 0000000..c77620f --- /dev/null +++ b/frontend/src/components/posts/PostImageGrid.vue @@ -0,0 +1,63 @@ + + + + +