juancwu
2fd81394b3
chore: format code
2026-05-22 14:51:06 +00:00
juancwu
7c24a8302d
feat: investment accounts
Deploy / build-and-deploy (push) Successful in 1m50s
v2.8.0
2026-05-22 14:49:57 +00:00
juancwu
f444a074bc
chore: update recurring events ui
2026-05-22 13:02:57 +00:00
juancwu
aaa96b921c
feat: keyboard shortcuts to add bill and/or deposit
Deploy / build-and-deploy (push) Successful in 1m49s
v2.7.0
2026-05-18 23:19:38 +00:00
juancwu
43e6f76c01
feat: notify user on account deletion
Deploy / build-and-deploy (push) Successful in 1m45s
v2.6.0
2026-05-17 15:40:03 +00:00
juancwu
2db260f849
feat: account deletion
2026-05-17 15:01:04 +00:00
juancwu
4769760b93
chore: update privacy policy
2026-05-17 14:40:27 +00:00
juancwu
39330ce821
feat: disable registration
2026-05-17 14:30:59 +00:00
juancwu
ab74d46c28
chore: remove cumulative balance in spaces page
Deploy / build-and-deploy (push) Successful in 1m43s
v2.5.2
2026-05-12 23:25:07 +00:00
juancwu
fb0cfb5a45
feat: shift recurring event date if lands on weekends
2026-05-10 13:28:06 +00:00
juancwu
f7558c0eb5
feat: add unique constraint accounts(name, space_id)
Deploy / build-and-deploy (push) Successful in 1m46s
v2.5.1
2026-05-10 13:09:58 +00:00
juancwu
d6d968d209
fix: leaky test db
2026-05-06 15:18:17 +00:00
juancwu
f6a873ffc8
fix: transfer exceeding available balance allowed
Deploy / build-and-deploy (push) Successful in 1m40s
v2.5.0
2026-05-04 15:06:12 +00:00
juancwu
f371611017
feat: delete transactions
2026-05-04 14:52:51 +00:00
juancwu
448b6f6262
feat: recurring transactions
Deploy / build-and-deploy (push) Successful in 1m36s
v2.4.0
2026-05-04 04:42:22 +00:00
f0a309ea20
Merge pull request 'feat: add currency to accounts' ( #9 ) from add-currency-to-accounts into main
...
Reviewed-on: #9
2026-05-04 04:26:40 +00:00
juancwu
ca0fec563e
feat: add currency to accounts
2026-05-04 04:24:08 +00:00
juancwu
4be5385db7
chore: show available funds in transfer funds page
Deploy / build-and-deploy (push) Successful in 1m29s
v2.3.1
2026-05-04 03:26:49 +00:00
juancwu
2dac136049
feat: savings allocations
Deploy / build-and-deploy (push) Successful in 1m31s
v2.3.0
2026-05-04 03:19:36 +00:00
juancwu
ff237e2fab
feat: transfer funds between accounts
Deploy / build-and-deploy (push) Successful in 1m32s
v2.2.0
2026-05-04 02:18:30 +00:00
juancwu
da718427bd
feat: drop sqlite support
Deploy / build-and-deploy (push) Successful in 1m27s
v2.1.0
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
9826068208
feat: aggregate account and transaction activity logs on space activity page
2026-05-03 23:56:06 +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
59c28aa2e8
chore: update test db to postgresql 17 in Taskfile.yml
Deploy / build-and-deploy (push) Successful in 1m50s
v2.0.0
2026-05-03 22:21:49 +00:00
juancwu
33aaad85e2
fix: deploy steps failing due to missing files
2026-05-03 22:21:28 +00:00
juancwu
8acc9ff77f
chore: update deploy workflow to use postgres 17 for testing
Deploy / build-and-deploy (push) Failing after 1m17s
2026-05-03 22:10:36 +00:00
juancwu
ed96faec8f
feat: share space
2026-05-03 19:05:15 +00:00
juancwu
88c8596512
feat: breadcrumbs
2026-05-03 18:47:43 +00:00
juancwu
2a9c2ca263
feat: space settings page
2026-05-03 18:24:15 +00:00
juancwu
c08acb7d7d
chore: use templui dialog component for popups
2026-05-03 18:21:24 +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
0fc1fe371c
feat: more items in sidebar when inside an account
2026-05-03 18:09:34 +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
d5fc4be7e8
refactor: change spaces page header greeting with generic greeting
2026-04-24 00:51:06 +00:00
juancwu
0e3b8159ff
refactor: spaces page header with greeting and handler-computed total
...
Why: Move per-page balance summation out of the template (business logic
belongs in the handler) and dedupe the pluralised summary copy while
preserving the styled dollar span.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 00:26:23 +00:00
juancwu
4d5a3276de
feat: add sidebar menu items on account settings page
2026-04-23 02:24:29 +00:00
juancwu
9e1f675a6b
fix: mobile sidebar footer not sticking to the bottom
2026-04-23 02:11:03 +00:00
juancwu
74795c583c
feat: swap theme switcher and account dropdown menu positions
2026-04-22 22:56:14 +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
bdd05b0315
chore: add goose migration tasks to Taskfile
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 03:44:00 +00:00
juancwu
7f437949b1
feat: add missing sidebar content for shared with me spaces
2026-04-14 01:21:07 +00:00
juancwu
6355dc8af6
Merge branch 'feat/default-space'
2026-04-14 01:16:08 +00:00