summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets/js
AgeCommit message (Expand)AuthorFilesLines
2026-04-17fix: simplify 404 page to use Hugo's standard i18n without hacksDanilo M.1-24/+0
2026-04-17Revert "fix: use language-specific 404 layouts for proper i18n support"Danilo M.1-0/+23
2026-04-17fix: use language-specific 404 layouts for proper i18n supportDanilo M.1-23/+0
2026-04-17fix: use client-side language detection with redirect rules for 404 navigationDanilo M.1-11/+23
2026-04-17Revert "fix: use Hugo content-based 404 pages for proper multilingual support"Danilo M.1-0/+12
2026-04-17fix: use Hugo content-based 404 pages for proper multilingual supportDanilo M.1-12/+0
2026-04-17fix: use client-side language detection for 404 navigation linksDanilo M.1-0/+12
2026-04-17debug: add console.log to test Alpine.js component registrationDanilo M.1-0/+4
2026-04-17fix: simplify Alpine.js component initialization by loading articles data dir...Danilo M.1-8/+1
2026-04-17fix: refactor 404 page to use Alpine.data() pattern for proper function regis...Danilo M.1-0/+38
2026-04-17feat: enhance modal focus trap with JavaScript and ARIA attributesDanilo M.1-0/+36
2026-04-16feat: add form component templates, i18n strings, and Alpine.js utilitiesDanilo M.1-0/+91
2026-04-16Complete matrix rain background effect implementationDanilo M.1-0/+157
2026-04-15Implement article type colors, reading progress bar, and optimize layoutDanilo M.1-0/+29
2026-04-15Fix theme toggle icon to always sync with actual page themeDanilo M.1-14/+23
2026-04-15Fix design system compliance: CSS variables, accessibility, and theme systemDanilo M.1-11/+71
2026-04-15Complete multilingual theme implementation with language-aware menusDanilo M.1-24/+0
2026-04-15Extract contact form JavaScript to separate file and remove shortcode from co...Danilo M.1-0/+45
2026-04-15Remove Alpine.js dependency from menu toggle, use vanilla JavaScriptDanilo M.1-19/+20
2026-04-15Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntaxDanilo M.1-0/+14
2026-04-15feat: create language switcher with persistenceDanilo M.1-0/+24
2026-04-15feat: create hamburger menu toggle scriptDanilo M.1-0/+51
2026-04-15feat: create theme toggle with localStorage persistenceDanilo M.1-0/+30