bit-badger/myWebLog

Uploading theme does not show error when file name is incorrect

danieljsummers opened this issue · 1 comments

Error messages are not displayed when a theme file that does not end in -theme.zip is uploaded.

No messages were being displayed for theme uploads, as the JavaScript on the client side was only run for an htmx response. File uploads must use a standard request/response. This now works both for messages pre-rendered on the server and those passed in response headers.