Skip to content

feat: implement CreateGroupModal and group detail page (#4, #9) - #16

Open
Yzgaming005 wants to merge 2 commits into
coopfinance:mainfrom
Yzgaming005:feat/group-detail-create-modal
Open

feat: implement CreateGroupModal and group detail page (#4, #9)#16
Yzgaming005 wants to merge 2 commits into
coopfinance:mainfrom
Yzgaming005:feat/group-detail-create-modal

Conversation

@Yzgaming005

Copy link
Copy Markdown

Summary

Implements two core features for the CoopFinance groups system:

Changes

Testing

  • Form validation works (empty fields, short name)
  • Create flow shows loading → success states
  • Group detail page renders with mock data
  • Copy address button works

Closes #4, #9

Yusrizal Ahmad added 2 commits June 29, 2026 12:34
- TreasuryChart: Recharts AreaChart with contributions & loans data
- RecentActivity: Activity feed with icons and timestamps
- WalletConnectButton: Stellar wallet connect with address display
- Add header with wallet connect to main layout
- Closes coopfinance#1, coopfinance#2, coopfinance#8
…oopfinance#9)

- CreateGroupModal: Full form with validation, loading states, and success/error feedback
- Group Detail Page: /groups/[id] with stats, contract details, and members list
- Closes coopfinance#4, coopfinance#9
@Yzgaming005

Copy link
Copy Markdown
Author

PR conflicting (DIRTY). Perlu rebase ke main. Juga missing lock file (package-lock.json/yarn.lock) — CI failed untuk itu. Fix: git rebase main + commit lock file, atau tambahkan .gitignore + generate lock.

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.

[Frontend] Implement CreateGroupModal with full Soroban contract deployment flow

1 participant