mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 16:44:56 +02:00
Two bugs fixed: 1. Reply buttons stayed hidden despite owner being detected. The alpine:initialized event fires before the async checkOwner() fetch resolves, so isOwner was always false when the handler ran. Fix: dispatch custom owner:detected event from init() after both owner check and owner replies are loaded. 2. Client-side webmentions not rendering on pages with zero build-time webmentions. createWebmentionsSection() looked for .webmention-form but the <details> element lacked that class, so the insertion point was never found. Fix: add webmention-form class to the details element. Confab-Link: http://localhost:8080/sessions/184584f4-67e1-485a-aba8-02ac34a600fe