Commit graph

134 commits

Author SHA1 Message Date
juancwu
c82c7865b6 fix: expenses shows total balance instead of deducted balance 2026-02-13 00:59:44 +00:00
juancwu
d6f6790c4d feat: create accounts to partition money 2026-02-13 00:56:07 +00:00
juancwu
fb1a038821 fix: no default date selected on expense form
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m2s
2026-02-12 00:45:16 +00:00
juancwu
e7fdea5375 feat: add google analytics setup
All checks were successful
Deploy / build-and-deploy (push) Successful in 59s
2026-02-10 16:52:35 +00:00
juancwu
ca34930039 fix: onboarding action buttons width overflow
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m1s
2026-02-10 13:17:05 +00:00
juancwu
3d2253e47f fix: extra v in sidebar app version text
All checks were successful
Deploy / build-and-deploy (push) Successful in 59s
2026-02-09 21:55:01 +00:00
juancwu
b47e48b882 feat: include app version in sidebar footer
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m0s
2026-02-09 21:51:16 +00:00
juancwu
720d043dee fix: onboard endpoints rate limitted
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m1s
2026-02-09 21:24:02 +00:00
juancwu
fa87a3fe42 fix: missing support link in sidebar on space pages 2026-02-09 14:56:27 +00:00
juancwu
ee64d5e456 fix: remove balance from dashboard 2026-02-09 13:59:20 +00:00
juancwu
7e80be888b feat: extend onboarding 2026-02-09 13:57:35 +00:00
juancwu
153eaca676 feat: paginate expenses history 2026-02-09 12:40:02 +00:00
juancwu
c2f91f9c33 fix: remove remaining sse code 2026-02-08 00:25:56 +00:00
juancwu
9044a64b10 Merge branch 'main' into fix/sse 2026-02-08 00:22:58 +00:00
5c9804d967 Merge branch 'main' into feat/member-management 2026-02-08 00:21:09 +00:00
juancwu
ff541ab2a9
fix: sidebar and breadcrumbs do not update after space name change 2026-02-07 19:20:14 -05:00
juancwu
1b5c57704e
feat: dedicated settings page for space 2026-02-07 19:16:16 -05:00
juancwu
a5aca45648 fix: remove sse 2026-02-07 21:04:18 +00:00
juancwu
05e6158d95
feat: create space 2026-02-07 16:00:28 -05:00
juancwu
697b8879dd
Merge branch 'feat/extend-info-display-for-expenses'
# Conflicts:
#	internal/handler/space.go
2026-02-07 15:07:06 -05:00
juancwu
948aa092ed
fix: expense edits does not update balance card 2026-02-07 14:54:20 -05:00
juancwu
15dc582a77 fix: expense form reset incorrectly after top-up submission 2026-02-07 19:50:09 +00:00
juancwu
99a002c607
feat: extend expense card info and allow edit/delete of expense 2026-02-07 14:46:27 -05:00
juancwu
cb3edae1e9 feat: render success toast on redirect after adding expense 2026-02-07 19:40:59 +00:00
juancwu
ccd6eaf9ee feat: redirect to expenses after add from overview 2026-02-07 19:37:05 +00:00
juancwu
800a3298d9 feat: add expense from overview page 2026-02-07 19:35:06 +00:00
1c210bde67 Merge pull request 'feat: password auth' (#2) from feat/password-auth into main
Reviewed-on: #2
2026-02-07 19:13:01 +00:00
juancwu
7443547593
feat: password auth 2026-02-07 14:12:22 -05:00
juancwu
2efb5612de fix: list items toggle hard to open
the list items toggle did not expand the full width so it was hard to
open on mobile as one would need to always touch on the name
2026-02-07 19:07:54 +00:00
juancwu
64e2e80e80 feat: link shopping list items 2026-02-07 19:03:26 +00:00
juancwu
6c704828ce feat: show shopping list items in cards 2026-02-07 18:27:27 +00:00
juancwu
4f5873934a feat: delete list 2026-02-07 15:35:35 +00:00
juancwu
e8d34fde3f feat: edit shopping list name 2026-02-07 15:20:43 +00:00
juancwu
e8a202cb3d feat: show up to 5 shopping lists in overview 2026-02-07 15:14:51 +00:00
juancwu
05aaca3600 fix: rename space dashboard page to space overview page 2026-02-07 15:09:35 +00:00
juancwu
5e0637e210 fix: missing favicon 2026-02-07 15:05:51 +00:00
juancwu
446dcf3b49 feat: serve htmx and hyperscript directly from backend 2026-02-07 15:05:39 +00:00
juancwu
d83a2358fa feat: setup cache middlewares 2026-02-07 14:56:45 +00:00
juancwu
42301773cb fix: shopping lists in overview not clickable 2026-02-06 22:07:34 +00:00
juancwu
4f1a5747db fix: change "Dashboard" to "Overview" in space overview page 2026-02-06 22:02:23 +00:00
juancwu
18af2b73da fix: missing autocomplete attr for shopping list name input 2026-02-06 22:00:48 +00:00
juancwu
998d3cb300 fix: use templui checkbox for shopping list item 2026-02-06 22:00:34 +00:00
juancwu
c473c88c33 feat: add terms and privacy pages 2026-01-30 03:21:12 +00:00
juancwu
0da5aadbbe use label component in expense form 2026-01-19 01:56:07 +00:00
juancwu
abdd67ccc9 improve add expense form UI 2026-01-19 01:43:14 +00:00
juancwu
0aa489eafd fix: new expense added on top of "History" title 2026-01-19 01:29:33 +00:00
juancwu
4b330bb9ec fix: close add expense dialog after success 2026-01-19 01:15:40 +00:00
juancwu
7ceac1ffeb fix: create tag input not having autocomplete attr 2026-01-18 23:40:41 +00:00
juancwu
91679c3aee fix: balance card wrong oob swap 2026-01-18 23:38:14 +00:00
juancwu
78047c7ee8 update templui components 2026-01-18 22:23:21 +00:00