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:
@@ -77,6 +77,7 @@ $iconByType = [
|
||||
'grocery_due' => 'fa-cart-shopping',
|
||||
'expense' => 'fa-coins',
|
||||
'bill_day' => 'fa-file-invoice-dollar',
|
||||
'birthday_reminder' => 'fa-cake-candles',
|
||||
];
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user