Fix calendar activity heatmap in preview and generation

This commit is contained in:
2026-07-20 19:56:18 +02:00
parent 5726b92c5d
commit 3795db76b0
5 changed files with 71 additions and 20 deletions

View File

@@ -156,6 +156,12 @@ invariant CompleteStarterNavigation {
-- calendar entry, and provides localized search empty-result text.
}
invariant CalendarActivityStyling {
-- Calendar days, months, and years with no posts are visually unmarked.
-- Populated periods use one theme-compatible accent whose intensity grows
-- with the relative post count; count differences never change its hue.
}
invariant LabelsUseContentLanguage {
-- RenderLabels and the i18n filter resolve against the content/render
-- language, consistent with i18n.allium's split-localization rule.