Skip to content

feat(groups): shared group wallet (#2) - #7

Open
dotunv wants to merge 2 commits into
Savitura:mainfrom
dotunv:cursor/group-wallet-issue-2-2559
Open

dotunv wants to merge 2 commits into
Savitura:mainfrom
dotunv:cursor/group-wallet-issue-2-2559

Conversation

@dotunv

@dotunv dotunv commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Implements issue #2 shared group wallets. Create invite balances localStorage MVP. Soft nits from 1 applied. Out of scope: send and settle-up.

cursoragent and others added 2 commits September 10, 2026 11:08
- Add Group and GroupMember types with USDC balance tracking
- Create API routes for group CRUD and join operations
- Implement CreateGroupModal for creating family wallets (2-3 members max)
- Add InviteModal with shareable 6-character code and link
- Build JoinGroupModal for joining via invite code
- Create GroupCard and GroupDetail components for list/detail views
- Add /join page for invite link flow (/join?code=XXXXXX)
- Persist groups in localStorage (MVP persistence)
- Add mock balance seeding for demo purposes
- Update HomeView to show total balance across groups
- Remove 'Powered by Monad' from login footer (hide-crypto UX)
- Add SMS/phone auth note to README

Closes #2

Co-authored-by: Oluwasomidotun  <dotunv@users.noreply.github.com>
Blocker 1 fix: The /api/groups/* routes ran on the server where
localStorage is undefined, causing groups to vanish on reload.
Now all group operations (create, join, list, seed balances) happen
directly in client components via src/lib/db.ts.

Blocker 2 fix: Rebased onto upstream main after Savitura#6 was merged.

Also: README updated to reflect client-side persistence.

Co-authored-by: Oluwasomidotun  <dotunv@users.noreply.github.com>
@cursor
cursor Bot force-pushed the cursor/group-wallet-issue-2-2559 branch from 0e979d2 to 711a80f Compare September 10, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants