Changeset 28f797d in Klonkt for src/services/ThumbnailService.js

Timestamp:
06/30/2026 04:31:56 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
ecbfa41
Parents:
28bf7f0
Message:

feat(post): share button at the bottom of posts

A "Share/Deel" button under the post (visible to everyone). Uses the Web Share API (native share
sheet) where available, otherwise copies the post URL to the clipboard with a "Link copied"
confirmation. Wired through the existing delegated click handler (CSP-safe, no inline on*).

  • src/views/pages/post.ejs — share button + feedback span
  • src/views/shell.ejs — data-share delegated handler (navigator.share / clipboard)
  • src/services/i18n.js — post.share, post.share_copied (nl/en/de)

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

(No files)

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