From 1f1eb582ed87be55195af7a4cb4d9605bbd0d16f Mon Sep 17 00:00:00 2001 From: Scarriffle Date: Mon, 13 Jul 2026 21:34:38 +0200 Subject: [PATCH] Birthdays: explicit "Birthday calendar" add type + tidier table defaults (web) - add "Geburtstagskalender" to the sidebar +calendar dropdown and a "+ Geburtstage" button to Settings > Calendars; both call ensureBirthdayCalendar (server enforces one per account) and toast "already exists" if present - Settings birthday section: when none exists, just a hint pointing to "+ Geburtstage" (creation lives in the add area now, not a separate activate button) - resizable calendar table: sensible default column widths instead of raw measured - i18n de/en Co-Authored-By: Claude Opus 4.8 --- frontend/index.html | 2 ++ frontend/js/calendar.js | 49 ++++++++++++++++++++++++++--------------- frontend/js/i18n.js | 8 +++++++ 3 files changed, 41 insertions(+), 18 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 10c388d..18d6e62 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -206,6 +206,7 @@