Changeset b50a885 in Klonkt for src/views/shell.ejs

Timestamp:
06/15/2026 01:06:49 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
f45fc82
Parents:
cb6b1ad
Message:

fix: cover URL field accepts relative /media/ paths (type=url -> text)

<input type='url'> required an absolute URL, but uploads return a relative
path (/media/post-images/...). This caused saving to fail with 'Please enter
a URL'. Now type=text (inputmode=url) — accepts both /media/... and https://...
Same fix in the track editor cover URL.

Co-Authored-By: Claude <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.