summaryrefslogtreecommitdiffstats
path: root/layouts/partials/contribution-graph.html
AgeCommit message (Collapse)AuthorFilesLines
18 hoursfix: move contribution-graph script to baseof, remove from partialDanilo M.1-5/+0
Partial caching prevented Scratch-based deduplication. Script now loaded once from baseof.html; JS guard prevents double-init. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 hoursfix: guard against double JS execution and fix partial page contextDanilo M.1-3/+7
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 hoursfeat: add contribution graph widgetDanilo M.1-0/+19
Sidebar (/is pages, cellSize=8) and footer (sitewide, cellSize=6). Fetches /contributions.json, split-cell linear-gradient rendering (gitolite=green/accent2, github=purple/accent), opacity intensity levels, month labels, tooltip, i18n IT/EN. WCAG 2.1 AA compliant. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>