Commit graph

238 commits

Author SHA1 Message Date
juancwu
ff237e2fab feat: transfer funds between accounts
All checks were successful
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
All checks were successful
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
All checks were successful
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
Some checks failed
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
juancwu
8db659a5a5 chore: use "My Space" as default space name 2026-04-14 01:16:01 +00:00
juancwu
858b8cd364 Merge branch 'feat/list-accounts' 2026-04-14 00:55:22 +00:00
juancwu
11ac016e44 feat: list accounts in space overview 2026-04-14 00:54:06 +00:00
juancwu
48cae4957e feat: shared with me page 2026-04-12 16:55:38 +00:00
juancwu
071f6c5855 chore: ignore git worktrees 2026-04-12 16:39:17 +00:00
juancwu
8747dfe495 chore: differentiate shared with me and personal spaces 2026-04-12 16:38:24 +00:00
juancwu
e90ac61b34 chore: change sidebar top button icon 2026-04-12 16:23:12 +00:00
juancwu
de0e87cd71 feat: persist sidebar state 2026-04-12 16:15:22 +00:00
juancwu
61eaa268ab chore: update templ and templui 2026-04-12 16:07:06 +00:00
juancwu
b5d195baea chore: fix ui not centered when sidebar is closed 2026-04-12 15:50:07 +00:00
juancwu
6f99a51159 feat: add cancel button to create space page 2026-04-12 15:46:21 +00:00
juancwu
0f9c122608 feat: properly set space card url 2026-04-11 21:49:16 +00:00
juancwu
775177cba1 feat: create space 2026-04-11 21:46:52 +00:00
juancwu
8e952455cd feat: seed categories 2026-04-11 19:16:40 +00:00
juancwu
a2b0ee5c15 feat: add categories 2026-04-11 19:12:19 +00:00
juancwu
c639f9800e chore: use routeurl to get urls on the sidebar 2026-04-11 18:06:33 +00:00
juancwu
28f990624d chore: add dollar sign to total space balance 2026-04-11 17:58:17 +00:00
juancwu
694b774986 chore: calculate total balance for space 2026-04-11 17:57:41 +00:00
juancwu
b48fcbfaa6 chore: count space members without retrieving all member info
save some RAM
2026-04-11 17:50:16 +00:00