From 0c60fe67de91e4c798c02c6305819d8d25fa8f4e Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 14 May 2026 20:53:36 +0200 Subject: fix: resolve post-review issues in pkg-list shortcode - Replace data-feather icon with inline SVG (feather.replace() runs before Alpine renders x-for rows, so dynamic icons never rendered) - Add defer to pkg-list.js and pkg-changelog.js script tags - Add missing i18n keys: pkg_list_no_results, pkg_list_col_package, pkg_list_col_version, pkg_list_col_link (EN + IT) - Use i18n.noResults, i18n.colPkg/Ver/Link in template - Fix aria-label to use i18n.view instead of hardcoded "View" Co-Authored-By: Claude Sonnet 4.6 --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 50bdf39..734c808 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -93,9 +93,9 @@ {{ $pkgListScript := resources.Get "js/pkg-list.js" | minify }} - + {{ $pkgChangelogScript := resources.Get "js/pkg-changelog.js" | minify }} - + {{ $notFoundScript := resources.Get "js/not-found-page.js" | minify }} -- cgit v1.2.3