Skip to content

feat: implement TreasuryChart, RecentActivity, and WalletConnect (#1, #2, #8) - #13

Open
Yzgaming005 wants to merge 1 commit into
coopfinance:mainfrom
Yzgaming005:feat/wallet-connect-treasury-chart
Open

feat: implement TreasuryChart, RecentActivity, and WalletConnect (#1, #2, #8)#13
Yzgaming005 wants to merge 1 commit into
coopfinance:mainfrom
Yzgaming005:feat/wallet-connect-treasury-chart

Conversation

@Yzgaming005

Copy link
Copy Markdown

Summary

Implements three frontend components for the CoopFinance dashboard:

Changes

Tech

  • Next.js 14 App Router
  • Recharts for data visualization
  • Tailwind CSS for styling
  • localStorage for wallet session persistence

Testing

  • Components render with mock data
  • Wallet connect/disconnect flow works
  • Chart responsive on mobile

Closes #1, #2, #8

- 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
@Yzgaming005

Copy link
Copy Markdown
Author

PR conflicting (DIRTY). Perlu rebase ke main terbaru.

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 TreasuryChart component with Recharts area chart

1 participant