feat: enhance rosary with final prayer and mystery titles
All checks were successful
CI / update (push) Successful in 25s

- Add RosaryFinalPrayer component with Latin and German text
- Display short mystery titles in decade headings (e.g., "5. Gesätz: Kreuzigung")
- Add descriptive titles to initial three Ave Marias (Glaube, Hoffnung, Liebe)
- Add closing cross symbol to signal final sign of the cross
- Mystery titles update dynamically when switching between rosary types
This commit is contained in:
2025-12-16 13:42:17 +01:00
parent f4d6f195b3
commit 48e89305e0
3 changed files with 74 additions and 5 deletions

View File

@@ -44,5 +44,10 @@
"mongoose": "^8.0.0",
"node-cron": "^4.2.1",
"sharp": "^0.33.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}
}