| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-17 | docs: add comprehensive accessibility audit report (WCAG 2.1 AA compliant) | Danilo M. | 1 | -0/+873 |
| 2026-04-17 | docs: add Week 5 comprehensive testing report (73 tests, 100% pass rate) | Danilo M. | 1 | -0/+721 |
| 2026-04-17 | docs: add Week 5 implementation guide (animations, focus management, accessib... | Danilo M. | 1 | -0/+1296 |
| 2026-04-17 | feat: verify semantic HTML - replace div with button in toast-close | Danilo M. | 1 | -1/+1 |
| 2026-04-17 | feat: ensure all form inputs have associated labels (for/id attributes) | Danilo M. | 1 | -10/+10 |
| 2026-04-17 | feat: ensure i18n-based aria-labels on all icon-only buttons | Danilo M. | 1 | -3/+3 |
| 2026-04-17 | feat: enhance modal focus trap with JavaScript and ARIA attributes | Danilo M. | 2 | -12/+48 |
| 2026-04-17 | feat: add prefers-reduced-motion support (disable animations when motion-redu... | Danilo M. | 1 | -0/+18 |
| 2026-04-17 | feat: add focus management styles (:focus-visible, button hover, form input f... | Danilo M. | 1 | -0/+57 |
| 2026-04-17 | feat: add animation utility classes (.animate-fade-in, .animate-slide-up, .an... | Danilo M. | 1 | -0/+14 |
| 2026-04-17 | feat: add CSS keyframe animations (fadeIn, slideUp, refine modalSlideUp, spin) | Danilo M. | 1 | -2/+25 |
| 2026-04-16 | docs: add Week 5 implementation plan (24 tasks, detailed steps) | Danilo M. | 1 | -0/+3580 |
| 2026-04-16 | docs: add Week 5 design spec (animations & a11y audit) | Danilo M. | 1 | -0/+293 |
| 2026-04-16 | docs: update progress status to reflect Week 4 completion (67% overall) | Danilo M. | 1 | -185/+359 |
| 2026-04-16 | docs: add Week 5 ready status and cumulative progress tracking | Danilo M. | 1 | -0/+261 |
| 2026-04-16 | docs: add Week 4 comprehensive testing report (64 tests, all pass) | Danilo M. | 1 | -0/+573 |
| 2026-04-16 | feat: add Week 4 documentation (implementation guide, component examples, HAN... | Danilo M. | 3 | -5/+1278 |
| 2026-04-16 | feat: add form component templates, i18n strings, and Alpine.js utilities | Danilo M. | 6 | -6/+386 |
| 2026-04-16 | feat: add form component styles (inputs, textarea, checkbox, radio) | Danilo M. | 2 | -0/+1258 |
| 2026-04-16 | fix: header sticky positioning regression | Danilo M. | 8 | -9/+1272 |
| 2026-04-16 | fix: logo link now respects current language | Danilo M. | 1 | -1/+5 |
| 2026-04-16 | chore: update HANDOFF and settings after breadcrumb fix | Danilo M. | 2 | -7/+8 |
| 2026-04-16 | feat: make breadcrumb navigation multilingual with proper links | Danilo M. | 3 | -2/+11 |
| 2026-04-16 | fix: breadcrumb navigation now renders in article pages | Danilo M. | 1 | -0/+3 |
| 2026-04-16 | chore: update Italian translations | Danilo M. | 1 | -2/+2 |
| 2026-04-16 | fix: add x-cloak to prevent menu flash on page load | Danilo M. | 3 | -0/+12 |
| 2026-04-16 | fix: prevent menu flicker when navigating to new page | Danilo M. | 1 | -12/+5 |
| 2026-04-16 | fix: rewrite hamburger menu using Alpine.js event dispatcher | Danilo M. | 3 | -100/+34 |
| 2026-04-16 | fix: hamburger menu click handler and horizontal scroll issues | Danilo M. | 3 | -15/+44 |
| 2026-04-16 | feat: refactor homepage buttons to use btn component classes | Danilo M. | 20 | -17/+10564 |
| 2026-04-16 | fix: simplify breadcrumb component (WIP - rendering issue to investigate) | Danilo M. | 1 | -16/+3 |
| 2026-04-16 | feat: add breadcrumb navigation component | Danilo M. | 4 | -0/+61 |
| 2026-04-16 | feat: add header nav and hamburger menu styling with JS handlers | Danilo M. | 3 | -3/+132 |
| 2026-04-16 | feat: add card component with hover lift and glow effects | Danilo M. | 3 | -33/+367 |
| 2026-04-16 | feat: import 36 articles with assets and create supporting shortcodes | Danilo M. | 105 | -36/+2050 |
| 2026-04-16 | feat: i18n singular/plural post count on taxonomy listfix/taxonomy-layouts | Danilo M. | 3 | -2/+8 |
| 2026-04-16 | feat: add article count badge to taxonomy list items | Danilo M. | 1 | -2/+12 |
| 2026-04-16 | fix: restore articles to taxonomy pages and fix i18n headings | Danilo M. | 4 | -2/+22 |
| 2026-04-16 | refactor: remove footer-specific backdrop-filter rule for consistency | Danilo M. | 2 | -13/+0 |
| 2026-04-16 | fix: restore relative z-20 classes to footer for backdrop-filter to workfeature/footer-frosted-glass | Danilo M. | 1 | -1/+1 |
| 2026-04-16 | refactor: remove positioning classes from footer for consistency with header | Danilo M. | 1 | -1/+1 |
| 2026-04-16 | refactor: use frosted-bar class on footer with stronger blur variant | Danilo M. | 3 | -9/+5 |
| 2026-04-16 | adjust: reduce footer background opacity to 0.6 for better frosted glass visi... | Danilo M. | 1 | -1/+1 |
| 2026-04-16 | fix: add position and z-index to footer for backdrop-filter to work | Danilo M. | 3 | -1/+9 |
| 2026-04-16 | fix: add backdrop-filter blur to footer via CSS with vendor prefix | Danilo M. | 3 | -7/+9 |
| 2026-04-16 | fix: use CSS variables in footer inline styles for theme-aware colors | Danilo M. | 1 | -1/+1 |
| 2026-04-16 | fix: apply frosted glass styling to footer via inline styles instead of CSS c... | Danilo M. | 1 | -1/+1 |
| 2026-04-16 | test: set footer background to red to check if inline styles work at all | Danilo M. | 1 | -1/+1 |
| 2026-04-16 | test: add inline style to footer background for debugging | Danilo M. | 1 | -1/+1 |
| 2026-04-16 | test: set footer background to fully opaque (1) to debug styling | Danilo M. | 3 | -10/+7 |