chore: auto-commit before merge (loop primary)

This commit is contained in:
2026-02-17 21:19:40 +00:00
parent 025f860815
commit d51efb535d
22 changed files with 962 additions and 31 deletions
+1
View File
@@ -42,6 +42,7 @@ function fractionalYear(node: { startDate?: string; startYear?: number }): numbe
}
function getHeight(width: number, containerHeight?: number | null): number {
if (width < 480) return 380
if (width < 768) return 520
if (containerHeight && containerHeight > 0) return Math.max(400, containerHeight)
return 400