From b16a796d020432e8a614d0eb83503f15aafec347 Mon Sep 17 00:00:00 2001 From: Thomas Haaf Date: Wed, 27 Aug 2025 12:21:53 +0200 Subject: [PATCH 1/6] make columns scrollable and accept webp files --- client/src/views/PostFormView.vue | 228 +++++++++++------------ common/src/dto/SupportedImageMimeType.ts | 2 +- 2 files changed, 106 insertions(+), 124 deletions(-) diff --git a/client/src/views/PostFormView.vue b/client/src/views/PostFormView.vue index 26a64b8..561fbb1 100644 --- a/client/src/views/PostFormView.vue +++ b/client/src/views/PostFormView.vue @@ -1,139 +1,109 @@