mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 21:47:56 +00:00
7789d926ec
- Updated ProposalsList to use useGovernance hook - Fetches treasury proposals and democracy referenda from blockchain - Displays both proposal types in unified list: - Treasury proposals: Show requested amount, beneficiary, proposer - Democracy referenda: Show aye/nay votes, voting threshold, end block - Added loading state with spinner - Added error handling with user-friendly messages - Added "Live Blockchain Data" badge - Format token amounts from blockchain units (12 decimals to HEZ) - Empty state when no proposals exist - Token symbol consistency: All amounts show as HEZ - Auto-refreshes every 30 seconds via useGovernance hook All proposals and referenda now display live blockchain data.