Changeset bf4596d in Klonkt for src/routes/admin-patreon.js

Timestamp:
06/25/2026 07:55:32 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
49edc72
Parents:
fd95b1b
Message:

feat(editor): post type on top (segmented) + type-aware inputs

Bart's UX feedback: the post-type selector moved from the bottom Meta
section to a prominent segmented control at the top of the editor, above
the body. The selected type now reveals its own input:

  • Audio -> inline upload (drag/drop), transcodes server-side and drops

the track straight into the post (no more /admin/audio detour)

  • Video -> paste a URL -> embed chip
  • Foto -> hint toward cover + insert-image

Reuses the existing /admin/audio/upload endpoint (returns {ok,id}) and the
editor's insertChip(). Adds pedit.* i18n keys (nl/en/de).

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

(No files)

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