From aaad9f2db663fb806af4273239849a1f3c882e4e Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Mon, 10 Aug 2026 15:34:13 +1000 Subject: [PATCH] =?UTF-8?q?fix=20(research-backed):=20admin=20upload=20lim?= =?UTF-8?q?its=20via=20mounted=20php.ini=20conf.d=20(artisan=20serve=20chi?= =?UTF-8?q?ld=20ignores=20-d=20flags=20=E2=80=94=20Filament=20docs:=20set?= =?UTF-8?q?=20php.ini);=20user=20photo=20preview=20always=20rendered=20(wa?= =?UTF-8?q?s=20conditional=20->=20FileReader=20target=20missing);=20PNG=20?= =?UTF-8?q?upload+save+display=20verified?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/templates/tag-edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/tag-edit.html b/frontend/templates/tag-edit.html index 22f5e62..ae8daff 100644 --- a/frontend/templates/tag-edit.html +++ b/frontend/templates/tag-edit.html @@ -27,9 +27,9 @@
- {{if .Data.PhotoUrl.Valid}}Current photo{{else}}{{end}} + Photo
- +

Choose a photo and press Save. If you choose nothing, the current photo is kept.