From 76d59a5682a19296089e7454ba51d051c1254740 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 26 Aug 2026 15:44:24 +0000 Subject: [PATCH] Lebensuhr clock: show the matching time under each age, plus 00/06/12/18 ring markers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The clock face only had age numbers — no way to tell which time on the dial each one corresponded to. Added the matching time as a second line under each age, and hour markers at 00/06/12/18 on the ring itself so the dial reads as an actual 24h clock, not just an abstract circle. --- app/lebensuhr/page.tsx | 69 +++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 27 deletions(-) diff --git a/app/lebensuhr/page.tsx b/app/lebensuhr/page.tsx index 7a90400..65f51fa 100644 --- a/app/lebensuhr/page.tsx +++ b/app/lebensuhr/page.tsx @@ -198,44 +198,58 @@ export default function LebensuhrPage() { {/* Decorative companion to the table below, not a replacement for it (a version that tried to carry the actual Alter/Uhrzeit pairs on its own read ambiguous — see the table's own - comment) — just the 8 ages plotted at their proportional - clock position, so the "24 Stunden" framing above has an - actual clock to look at. Coordinates are hand-computed - (evenly spaced every 40°, since age/90 and time/24 are the - same proportion), not derived from lebensuhrRows — if the - rows above ever change, these need updating too. */} + comment) — the 8 ages plotted at their proportional clock + position, each labeled with its matching time too (age alone + didn't make the time connection obvious), plus 00/06/12/18 + markers on the ring itself so it reads as an actual 24h + clock. Coordinates are hand-computed (evenly spaced every + 40°/2h, since age/90, time/24 and tick/12 are all the same + proportion, with -90° so age/hour 0 sits at the top), not + derived from lebensuhrRows — if the rows above ever change, + these need updating too. */}
-
+

Alter (fett) und die passende Uhrzeit darunter.

{/* Still a real table (explicit "Alter"/"Uhrzeit" headers — a dot-on-a-line version tried here first read ambiguous