לוגואים שקופים לאתרים?

I think I can see why.

The uploader component used in site settings has a parameter to tell the backend to not convert to JPEG:

https://github.com/discourse/discourse/blob/main/app/assets/javascripts/admin/addon/components/site-settings/upload.hbs#L6

After the logo page has been rebranded, the form uses FormKit.
However, the param is missing here:

https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/form-kit/components/fk/control/image.gjs#L24-L32

5 לייקים