Commit graph

86 commits

Author SHA1 Message Date
juancwu
7c24a8302d feat: investment accounts
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m50s
2026-05-22 14:49:57 +00:00
juancwu
43e6f76c01 feat: notify user on account deletion
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m45s
2026-05-17 15:40:03 +00:00
juancwu
2db260f849 feat: account deletion 2026-05-17 15:01:04 +00:00
juancwu
39330ce821 feat: disable registration 2026-05-17 14:30:59 +00:00
juancwu
f371611017 feat: delete transactions 2026-05-04 14:52:51 +00:00
juancwu
448b6f6262 feat: recurring transactions
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m36s
2026-05-04 04:42:22 +00:00
juancwu
ca0fec563e feat: add currency to accounts 2026-05-04 04:24:08 +00:00
juancwu
2dac136049 feat: savings allocations
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m31s
2026-05-04 03:19:36 +00:00
juancwu
ff237e2fab feat: transfer funds between accounts
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m32s
2026-05-04 02:18:30 +00:00
juancwu
da718427bd feat: drop sqlite support
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m27s
2026-05-04 00:29:45 +00:00
juancwu
5e00060421 fix: sql syntax incompatibility with sqlite/postgresql 2026-05-03 23:59:37 +00:00
juancwu
c96595d41e feat: transaction activity audit and account activity audit 2026-05-03 23:50:39 +00:00
juancwu
ca7b2ff74f Merge branch 'edit-transactions' 2026-05-03 23:16:13 +00:00
juancwu
283a157b29 feat: edit transactions 2026-05-03 23:16:08 +00:00
juancwu
49bcc82934 feat: audit space activity 2026-05-03 23:10:31 +00:00
juancwu
145eed9eef feat: new home page 2026-05-03 23:02:51 +00:00
juancwu
ed96faec8f feat: share space 2026-05-03 19:05:15 +00:00
juancwu
2a9c2ca263 feat: space settings page 2026-05-03 18:24:15 +00:00
juancwu
c327189afd feat: accounts settings page 2026-05-03 18:19:27 +00:00
juancwu
0baacb4b28 feat: create accounts 2026-05-03 18:14:28 +00:00
juancwu
4298890d68 feat: deposit funds 2026-05-03 18:06:04 +00:00
juancwu
054f1227f0 feat: show recent transactions and view all transactions 2026-05-03 17:59:41 +00:00
juancwu
8c681282ef feat: pay bills 2026-04-22 15:49:00 +00:00
juancwu
d747454f4a feat: add space account page
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 03:44:04 +00:00
juancwu
48cae4957e feat: shared with me page 2026-04-12 16:55:38 +00:00
juancwu
8747dfe495 chore: differentiate shared with me and personal spaces 2026-04-12 16:38:24 +00:00
juancwu
de0e87cd71 feat: persist sidebar state 2026-04-12 16:15:22 +00:00
juancwu
775177cba1 feat: create space 2026-04-11 21:46:52 +00:00
juancwu
694b774986 chore: calculate total balance for space 2026-04-11 17:57:41 +00:00
juancwu
d413193366 chore: overhaul onboarding steps 2026-04-11 16:18:46 +00:00
juancwu
92db29278d feat: register routes with name 2026-04-11 15:38:07 +00:00
juancwu
f25244b016 chore: serve static files from dir on dev 2026-04-11 14:34:50 +00:00
juancwu
4181264a68 chore: add routes test 2026-04-07 13:22:52 +00:00
juancwu
7c375e1002 feat: setting up routes for spaces landing page 2026-04-07 12:38:07 +00:00
juancwu
280cb93648 feat: use router to group routes 2026-04-06 20:10:46 +00:00
juancwu
df164ab0f4 chore: massive reset 2026-04-06 17:53:57 +00:00
juancwu
6871b1f8c6
feat: delete space
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m34s
2026-03-14 19:11:11 -04:00
juancwu
45fcecdc04 chore: refactor
All checks were successful
Deploy / build-and-deploy (push) Successful in 3m45s
2026-03-14 16:39:07 +00:00
juancwu
e1ad197624
Merge branch 'feat/receipts' 2026-03-14 11:44:44 -04:00
juancwu
ac7296b06e
feat: loans 2026-03-14 11:34:21 -04:00
juancwu
b092d12c57 chore: full removal of recurring deposits 2026-03-14 14:51:23 +00:00
juancwu
08f6b034f5 feat: set timezone space level
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m25s
2026-03-03 15:34:52 +00:00
juancwu
945069052f feat: set timezone user level 2026-03-03 12:29:41 +00:00
juancwu
7e3a2db356 fix: remove extra AppVersion context key entry 2026-02-23 17:51:13 +00:00
juancwu
e10186fd7a feat: show account transfer history
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m50s
2026-02-20 16:43:25 +00:00
juancwu
5513bcc603 feat: recurring deposits to accounts 2026-02-20 16:23:01 +00:00
juancwu
d6b9eb9c59 fix: migrate dashboard to space handler & rm dashboard handler 2026-02-18 15:03:20 +00:00
juancwu
10e084773c fix: RequireAuth and RequireSpaceAccess order
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m17s
2026-02-17 02:34:02 +00:00
juancwu
f012766ec7 feat: proper space overview page
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m21s
2026-02-16 00:02:01 +00:00
juancwu
a7d5f21fe8 feat: replace overview with reports page 2026-02-15 23:00:58 +00:00