Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect upload size limit hint at /admin/custom_emojis/new #1763

Conversation

kescherCode
Copy link

Currently, with glitch-soc, at the path /admin/custom_emojis/new, with default production values, the hint for the image input will say "PNG or GIF up to 200 KB". When you upload something that's larger than 50 KB, the default local upload limit, it will say: "must be less than 50 KB". See screenshot below:

image

Instead of reporting the issue separately, I went ahead and made this rather simple PR after testing it on my own instance beforehand.

@kescherCode kescherCode changed the title Fix incorrect upload size limit at /admin/custom_emojis/new Fix incorrect upload size limit hint at /admin/custom_emojis/new May 5, 2022
@ClearlyClaire ClearlyClaire merged commit c58c138 into glitch-soc:main May 5, 2022
@kescherCode kescherCode deleted the fix-incorrect-custom-emojis-size-limit-hint branch May 5, 2022 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants