From: Danilo M. Date: Mon, 20 Apr 2026 12:10:58 +0000 (+0200) Subject: fix: add x-data directive to search button for Alpine.js binding X-Git-Tag: release_22042026-1342~63 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=2be9dd40a099542c73b2f0fa5d683a44883be9b9;p=danix.xyz-2.git fix: add x-data directive to search button for Alpine.js binding Search icon button was missing x-data attribute, preventing Alpine.js from processing @click directive. Added minimal x-data to enable event dispatching. Co-Authored-By: Claude Haiku 4.5 --- diff --git a/themes/danix-xyz-hacker/layouts/partials/header.html b/themes/danix-xyz-hacker/layouts/partials/header.html index 63151ba..739c776 100644 --- a/themes/danix-xyz-hacker/layouts/partials/header.html +++ b/themes/danix-xyz-hacker/layouts/partials/header.html @@ -23,6 +23,7 @@