introduced ChipOverview route and component, refactored Home to use DreamCardCompact for streamlined rendering, and extracted DailyHighlights into a reusable component

Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
This commit is contained in:
2025-07-12 12:10:51 +02:00
parent ff30258377
commit 153f5fd146
5 changed files with 180 additions and 79 deletions

View File

@@ -0,0 +1,3 @@
export default function ChipOverview() {
return <></>
}