Problem
DelegatesList component uses hardcoded mock data instead of real delegate data from the Builder DAO subgraph.
File
src/components/members/DelegatesList.tsx
Acceptance criteria
- Replace mock
fetchDaoDelegates() with real subgraph query
- Fetch delegates and vote counts from Builder subgraph
- Maintain existing error handling and loading states
- Sort by voting power
Problem
DelegatesListcomponent uses hardcoded mock data instead of real delegate data from the Builder DAO subgraph.File
src/components/members/DelegatesList.tsxAcceptance criteria
fetchDaoDelegates()with real subgraph query