Add birthday reminder widget to omsorgapp dashboard (FR-MA-7)

Also fixes date-input fields on the employee form (dateOfBirth/entryDate/
exitDate) to convert the generated client's Date objects into the
"YYYY-MM-DD" string <input type="date"> expects — needed for the widget's
birthday calculation and previously left the fields blank on edit.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Felix Kemmler
2026-08-10 20:45:19 +02:00
co-authored by Claude Sonnet 5
parent 43c82e655b
commit 99b5e07390
4 changed files with 126 additions and 3 deletions
+2
View File
@@ -5,6 +5,7 @@ import HomeStats from "./HomeStats";
import OmsorgBadge from "../../components/ui/OmsorgBadge";
import FollowUpWidget from "./FollowUpWidget";
import OrderStatusWidget from "./OrderStatusWidget";
import BirthdayWidget from "./BirthdayWidget";
export default function HomePage() {
return (
<>
@@ -31,6 +32,7 @@ export default function HomePage() {
<section className="dashboard-grid home-grid">
<FollowUpWidget />
<OrderStatusWidget />
<BirthdayWidget />
<OmsorgCard title="Schnellaktionen">
<div className="home-actions">