summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker
AgeCommit message (Expand)AuthorFilesLines
2026-04-17Revert "fix: use Hugo content-based 404 pages for proper multilingual support"Danilo M.2-8/+21
2026-04-17fix: use Hugo content-based 404 pages for proper multilingual supportDanilo M.2-21/+8
2026-04-17fix: use client-side language detection for 404 navigation linksDanilo M.3-16/+21
2026-04-17fix: detect language from permalink instead of .Lang in 404 templateDanilo M.1-6/+10
2026-04-17fix: use language-aware URL construction for 404 navigation linksDanilo M.1-3/+7
2026-04-17fix: easter egg modal visibility by removing conflicting hidden classDanilo M.1-2/+2
2026-04-17fix: add type="button" to all buttons to prevent form submission behaviorDanilo M.1-0/+4
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.2-9/+2
2026-04-17fix: correct Alpine.js x-init syntax for article data initializationDanilo M.1-1/+1
2026-04-17fix: refactor 404 page to use Alpine.data() pattern for proper function regis...Danilo M.3-39/+54
2026-04-17fix: move notFoundPage() function definition before x-data initialization to ...Danilo M.1-40/+43
2026-04-17fix: improve styling and functionality for 404 and Repository pagesDanilo M.3-89/+40
2026-04-17Fix styling issues on 404 and Repository pagesDanilo M.2-11/+12
2026-04-17test: verify accessibility (WCAG AA) - heading hierarchy, contrast, focus, mo...Danilo M.1-2/+388
2026-04-17test: verify repository page content, cards, keyboard nav, dark mode, responsiveDanilo M.1-0/+0
2026-04-17feat: add custom repository page layout with repo cards gridDanilo M.1-0/+69
2026-04-17feat: create 404 error page with search, recent articles, and easter eggDanilo M.3-0/+199
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.2-12/+48
2026-04-17feat: add prefers-reduced-motion support (disable animations when motion-redu...Danilo M.1-0/+18
2026-04-17feat: add focus management styles (:focus-visible, button hover, form input f...Danilo M.1-0/+57
2026-04-17feat: add animation utility classes (.animate-fade-in, .animate-slide-up, .an...Danilo M.1-0/+14
2026-04-17feat: add CSS keyframe animations (fadeIn, slideUp, refine modalSlideUp, spin)Danilo M.1-2/+25
2026-04-16feat: add form component templates, i18n strings, and Alpine.js utilitiesDanilo M.3-0/+323
2026-04-16feat: add form component styles (inputs, textarea, checkbox, radio)Danilo M.2-0/+1258
2026-04-16fix: header sticky positioning regressionDanilo M.3-3/+7
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: breadcrumb navigation now renders in article pagesDanilo M.1-0/+3
2026-04-16fix: add x-cloak to prevent menu flash on page loadDanilo M.3-0/+12
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.3-100/+34
2026-04-16fix: hamburger menu click handler and horizontal scroll issuesDanilo M.3-15/+44
2026-04-16feat: refactor homepage buttons to use btn component classesDanilo M.2-8/+5
2026-04-16fix: simplify breadcrumb component (WIP - rendering issue to investigate)Danilo M.1-16/+3
2026-04-16feat: add breadcrumb navigation componentDanilo M.4-0/+61
2026-04-16feat: add header nav and hamburger menu styling with JS handlersDanilo M.3-3/+132
2026-04-16feat: add card component with hover lift and glow effectsDanilo M.3-33/+367
2026-04-16feat: import 36 articles with assets and create supporting shortcodesDanilo M.9-4/+66
2026-04-16feat: i18n singular/plural post count on taxonomy listfix/taxonomy-layoutsDanilo M.1-2/+2
2026-04-16feat: add article count badge to taxonomy list itemsDanilo M.1-2/+12
2026-04-16fix: restore articles to taxonomy pages and fix i18n headingsDanilo M.2-2/+18
2026-04-16refactor: remove footer-specific backdrop-filter rule for consistencyDanilo M.2-13/+0
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.3-9/+5
2026-04-16adjust: reduce footer background opacity to 0.6 for better frosted glass visi...Danilo M.1-1/+1