summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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.20-17/+10564
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.105-36/+2050
2026-04-16feat: i18n singular/plural post count on taxonomy listfix/taxonomy-layoutsDanilo M.3-2/+8
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.4-2/+22
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
2026-04-16fix: add position and z-index to footer for backdrop-filter to workDanilo M.3-1/+9
2026-04-16fix: add backdrop-filter blur to footer via CSS with vendor prefixDanilo M.3-7/+9
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.3-10/+7
2026-04-16fix: add frosted-bar-strong class to footer for stronger frosting and opacityDanilo M.3-6/+8
2026-04-16fix: increase footer backdrop blur from 10px to 20px for stronger frosting ef...Danilo M.2-4/+5
2026-04-16fix: increase footer opacity to 0.88 for better visual balance with headerDanilo M.2-0/+11
2026-04-16fix: reduce frosted-bar background opacity from 0.92 to 0.75 for better reada...Danilo M.2-2/+2
2026-04-16docs: update handoff notes with frosted glass implementation detailsDanilo M.1-10/+29
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: remove border from frosted-bar component, let templates control bor...Danilo M.2-1/+27
2026-04-16refactor: apply frosted-bar component to headerDanilo M.1-1/+1
2026-04-16refactor: extract bg2 RGBA values to CSS variables for frosted-bar componentDanilo M.1-5/+4
2026-04-16feat: add frosted-bar CSS component for header and footerDanilo M.1-0/+12
2026-04-16docs: add frosted glass implementation planDanilo M.1-0/+233
2026-04-16Add padding and glow effects to content sectionsfeature/matrix-rain-backgroundDanilo M.2-0/+34
2026-04-16Complete matrix rain background effect implementationDanilo M.8-5/+263
2026-04-15Implement article type colors, reading progress bar, and optimize layoutDanilo M.18-36/+290
2026-04-15Document video, quote, and actions shortcodes in SHORTCODES.mdDanilo M.1-2/+130
2026-04-15Resolve page bundle video paths using Resources APIDanilo M.1-0/+43
2026-04-15Allow custom sizing in image shortcodeDanilo M.2-3/+67
2026-04-15Fix article shortcode issues and add actions shortcodeDanilo M.2-0/+253
2026-04-15Resolve page bundle image paths correctlyDanilo M.1-2/+12
2026-04-15Fix article list template to display articles without pinned parameterDanilo M.2-0/+12
2026-04-15Add thumbnail support to article listingsDanilo M.2-28/+59
2026-04-15Implement taxonomy system for tags and categoriesDanilo M.4-0/+89
2026-04-15Fix theme toggle icon to always sync with actual page themeDanilo M.2-25/+25
2026-04-15Fix theme toggle icon state sync on page navigationDanilo M.1-2/+9