Commit Graph

68 Commits

Author SHA1 Message Date
2d507d93b1 Update Settings.tsx 2025-12-18 21:04:20 +01:00
688661c4cf Update Settings.tsx 2025-12-12 19:26:04 +01:00
7950d2f025 Update FamilyDetail.tsx 2025-12-12 19:25:48 +01:00
e2c66d63db Update ExtraordinaryUser.tsx 2025-12-12 19:15:00 +01:00
0225518d9a Update FamilyDetail.tsx 2025-12-12 19:14:09 +01:00
52c81d6e15 Update Documents.tsx 2025-12-12 00:19:56 +01:00
8edf0f4652 Update Settings.tsx 2025-12-12 00:12:56 +01:00
0906b0d972 Update Settings.tsx 2025-12-12 00:08:37 +01:00
23e9e9839f Update Settings.tsx 2025-12-12 00:00:13 +01:00
fcc1b8d909 Update Settings.tsx 2025-12-11 23:47:01 +01:00
eb31cd3f17 Update FamilyList.tsx 2025-12-11 23:46:44 +01:00
9ac9a1cb44 Update Settings.tsx 2025-12-11 23:37:42 +01:00
d21596ba94 Create Documents.tsx 2025-12-11 23:37:04 +01:00
bd65ff2443 Update FamilyList.tsx 2025-12-11 23:18:40 +01:00
ae7002052f Update FamilyList.tsx 2025-12-11 23:11:53 +01:00
71b9a7f4e4 Update FamilyList.tsx 2025-12-11 23:08:02 +01:00
9d74f7adab Update FamilyList.tsx 2025-12-11 23:02:43 +01:00
b774661166 Update FamilyList.tsx 2025-12-11 22:58:38 +01:00
6d07135b97 Update Settings.tsx 2025-12-11 22:51:02 +01:00
b823f0f943 Update FamilyDetail.tsx 2025-12-11 22:47:04 +01:00
771d7cf127 Update FamilyList.tsx 2025-12-11 22:46:22 +01:00
4137e57046 Update FamilyList.tsx 2025-12-11 22:30:33 +01:00
1a613c607c Update FamilyList.tsx 2025-12-11 22:28:13 +01:00
669f55a14d Update Settings.tsx 2025-12-11 22:11:50 +01:00
b76fe3aea5 Update Settings.tsx 2025-12-11 22:03:03 +01:00
5cfc3bc509 Update CondoFinancials.tsx 2025-12-11 21:22:20 +01:00
45c766a7f9 Update Reports.tsx 2025-12-11 21:16:37 +01:00
7cccb65c15 Create CondoFinancials.tsx 2025-12-11 21:14:51 +01:00
7fed3aa3d9 Update Reports.tsx 2025-12-11 20:51:13 +01:00
1f46817c10 Update ExtraordinaryUser.tsx 2025-12-11 00:15:10 +01:00
32adfbbc58 Update ExtraordinaryAdmin.tsx 2025-12-11 00:14:54 +01:00
899aaa90d1 Update ExtraordinaryAdmin.tsx 2025-12-11 00:01:39 +01:00
c2d330b571 Update Tickets.tsx 2025-12-10 23:46:38 +01:00
6f3426804a Update Settings.tsx 2025-12-10 23:46:22 +01:00
4a4b66dd58 Update Reports.tsx 2025-12-10 23:46:05 +01:00
832206fbc0 Update Login.tsx 2025-12-10 23:45:49 +01:00
e470e7c276 Update ExtraordinaryUser.tsx 2025-12-10 23:45:33 +01:00
f6a5b5c5b3 Update ExtraordinaryAdmin.tsx 2025-12-10 23:45:12 +01:00
25eed5a214 Update FamilyDetail.tsx 2025-12-10 23:44:51 +01:00
fc62e22b1c Update ExtraordinaryAdmin.tsx 2025-12-10 23:30:57 +01:00
24db29b709 Update Login.tsx 2025-12-10 23:30:35 +01:00
7479ffa1df Update Reports.tsx 2025-12-10 23:30:14 +01:00
bba7b9ea02 Update Settings.tsx 2025-12-10 23:29:49 +01:00
746333ff2b Update FamilyDetail.tsx 2025-12-10 23:29:14 +01:00
3d084bf8a2 Update FamilyList.tsx 2025-12-10 23:28:43 +01:00
074daa7110 Update ExtraordinaryUser.tsx 2025-12-10 23:19:18 +01:00
a34a27ea85 Update Tickets.tsx 2025-12-10 23:18:15 +01:00
6f70631b78 Update ExtraordinaryUser.tsx 2025-12-09 23:39:48 +01:00
8a43143ead feat(expenses): Add delete expense endpoint and functionality
Implements the ability to delete an expense, including its associated items and shares. Also refactors the expense update logic to correctly handle share updates and adds the corresponding API endpoint and mock DB function.
2025-12-09 23:25:06 +01:00
2a6da489aa feat: Refactor API services and UI components
This commit refactors the API service to use a consistent `fetch` wrapper for all requests, improving error handling and authorization logic. It also updates UI components to reflect changes in API endpoints and data structures, particularly around notifications and extraordinary expenses. Docker configurations are removed as they are no longer relevant for this stage of development.
2025-12-09 23:12:47 +01:00