summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/partials
AgeCommit message (Expand)AuthorFilesLines
2026-04-18style: redesign social share widget with terminal-native aestheticDanilo M.1-24/+24
2026-04-18style: resize social share icons to 50px and tighten grid gapDanilo M.1-12/+12
2026-04-17feat: add social sharing widget to sidebar (articles and pages)Danilo M.1-0/+3
2026-04-17feat: add social-share partial with 9 targets and two layout modesDanilo M.1-0/+123
2026-04-17fix: show Related Articles widget only on articles, not pagesDanilo M.1-2/+2
2026-04-17feat: implement Related Articles sidebar widgetDanilo M.1-7/+28
2026-04-17feat: verify semantic HTML - replace div with button in toast-closeDanilo M.1-1/+1
2026-04-17feat: ensure all form inputs have associated labels (for/id attributes)Danilo M.1-10/+10
2026-04-17feat: ensure i18n-based aria-labels on all icon-only buttonsDanilo M.1-3/+3
2026-04-17feat: enhance modal focus trap with JavaScript and ARIA attributesDanilo M.1-12/+12
2026-04-16feat: add form component templates, i18n strings, and Alpine.js utilitiesDanilo M.2-0/+232
2026-04-16fix: header sticky positioning regressionDanilo M.1-1/+1
2026-04-16fix: logo link now respects current languageDanilo M.1-1/+5
2026-04-16feat: make breadcrumb navigation multilingual with proper linksDanilo M.1-2/+9
2026-04-16fix: add x-cloak to prevent menu flash on page loadDanilo M.1-0/+1
2026-04-16fix: prevent menu flicker when navigating to new pageDanilo M.1-12/+5
2026-04-16fix: rewrite hamburger menu using Alpine.js event dispatcherDanilo M.2-83/+25
2026-04-16fix: hamburger menu click handler and horizontal scroll issuesDanilo M.1-14/+34
2026-04-16feat: refactor homepage buttons to use btn component classesDanilo M.1-4/+1
2026-04-16fix: simplify breadcrumb component (WIP - rendering issue to investigate)Danilo M.1-16/+3
2026-04-16feat: add breadcrumb navigation componentDanilo M.1-0/+20
2026-04-16feat: add header nav and hamburger menu styling with JS handlersDanilo M.1-3/+64
2026-04-16feat: add card component with hover lift and glow effectsDanilo M.1-5/+5
2026-04-16fix: restore relative z-20 classes to footer for backdrop-filter to workfeature/footer-frosted-glassDanilo M.1-1/+1
2026-04-16refactor: remove positioning classes from footer for consistency with headerDanilo M.1-1/+1
2026-04-16refactor: use frosted-bar class on footer with stronger blur variantDanilo M.1-1/+1
2026-04-16adjust: reduce footer background opacity to 0.6 for better frosted glass visi...Danilo M.1-1/+1
2026-04-16fix: add position and z-index to footer for backdrop-filter to workDanilo M.1-1/+1
2026-04-16fix: add backdrop-filter blur to footer via CSS with vendor prefixDanilo M.1-1/+1
2026-04-16fix: use CSS variables in footer inline styles for theme-aware colorsDanilo M.1-1/+1
2026-04-16fix: apply frosted glass styling to footer via inline styles instead of CSS c...Danilo M.1-1/+1
2026-04-16test: set footer background to red to check if inline styles work at allDanilo M.1-1/+1
2026-04-16test: add inline style to footer background for debuggingDanilo M.1-1/+1
2026-04-16test: set footer background to fully opaque (1) to debug stylingDanilo M.1-1/+1
2026-04-16fix: add frosted-bar-strong class to footer for stronger frosting and opacityDanilo M.1-1/+1
2026-04-16refactor: update internal footer divider to match frosted-bar border stylingDanilo M.1-1/+1
2026-04-16refactor: apply frosted-bar component to footerDanilo M.1-1/+1
2026-04-16refactor: apply frosted-bar component to headerDanilo M.1-1/+1
2026-04-16Complete matrix rain background effect implementationDanilo M.1-1/+1
2026-04-15Implement article type colors, reading progress bar, and optimize layoutDanilo M.2-22/+41
2026-04-15Resolve page bundle image paths correctlyDanilo M.1-2/+12
2026-04-15Add thumbnail support to article listingsDanilo M.1-27/+58
2026-04-15Fix theme toggle icon to always sync with actual page themeDanilo M.1-11/+2
2026-04-15Fix theme toggle icon state sync on page navigationDanilo M.1-2/+9
2026-04-15Fix design system compliance: CSS variables, accessibility, and theme systemDanilo M.6-11/+12
2026-04-15Complete multilingual theme implementation with language-aware menusDanilo M.2-18/+4
2026-04-15Fix language switcher to preserve current page pathDanilo M.2-4/+26
2026-04-15Add language toggle to desktop headerDanilo M.1-1/+18
2026-04-15Remove Alpine.js dependency from menu toggle, use vanilla JavaScriptDanilo M.1-3/+1
2026-04-15Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntaxDanilo M.1-10/+13