summaryrefslogtreecommitdiffstats
path: root/layouts/partials/contribution-graph.html
AgeCommit message (Collapse)AuthorFilesLines
5 hoursrefactor: move contribution graph to footer full-width row, centeredDanilo M.1-2/+1
Remove sidebar placement. Footer: full-width row, cellSize=12, centered via flex + text-align. Removed sidebar-widget class from partial. contrib-summary text-align: center added. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 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>
5 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>
5 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>