summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/pkg-list.html
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14fix: resolve post-review issues in pkg-list shortcodeDanilo M.1-12/+16
- 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 <noreply@anthropic.com>
2026-05-14feat: add pkg-list shortcode templateDanilo M.1-0/+70