Enhance person editing functionality and birthday reminders

- Added a modal for editing person details, including name, role, favorite color, birthday, and description.
- Implemented visibility toggling for PIN input based on role selection, ensuring security for Head of Household.
- Introduced birthday reminder functionality in the calendar, generating events for upcoming birthdays with appropriate notifications.
- Updated calendar and settings UI to accommodate new features, improving user experience and data management.
This commit is contained in:
2026-03-31 18:08:22 -05:00
parent 93ecc5910a
commit df06dcc0d7
6 changed files with 347 additions and 53 deletions
+1
View File
@@ -77,6 +77,7 @@ $iconByType = [
'grocery_due' => 'fa-cart-shopping',
'expense' => 'fa-coins',
'bill_day' => 'fa-file-invoice-dollar',
'birthday_reminder' => 'fa-cake-candles',
];
?>