summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets/js
AgeCommit message (Expand)AuthorFilesLines
2026-04-21fix: use href for deterministic hash and increase padding for safetyDanilo M.1-2/+2
2026-04-21fix: correct maxBottom initialization to handle negative coordinatesDanilo M.1-1/+1
2026-04-21fix: correct padding calculation and remove flex classes in spiral layoutDanilo M.1-3/+4
2026-04-21feat: add Archimedean spiral layout engine for tag cloudDanilo M.1-0/+121
2026-04-21chore: adding files for agentic content writingDanilo M.1-0/+34
2026-04-20fix: make search index language-awareDanilo M.1-2/+6
2026-04-20refactor: unify 404 page with shared search functionalityDanilo M.1-33/+7
2026-04-20feat: create shared search module with lazy-loading and Alpine componentsDanilo M.1-0/+130
2026-04-20feat: redesign footer with fortune cookie, about terminal readout, and tech/f...Danilo M.1-0/+9
2026-04-18fix: code block copy icon, light theme bg, horizontal scrollDanilo M.1-4/+4
2026-04-18refactor: syntax highlighting with Catppuccin Macchiato and copy buttonsDanilo M.1-0/+79
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