feat: holders and delegates v3 (DEV-562, DEV-476)#2084
Draft
brunod-e wants to merge 1 commit into
Draft
Conversation
Dashboard: - min/max value filters on Delegates (voting power) and Token Holders (balance) - Delegates as default tab; sidebar renamed to "Stakeholders" - larger rows with bottom borders, continuous activity ring, VP as percent of quorum - inactive-delegate flag and 0/0 states (Inactive / No proposals / Never voted) - inactive-VP alert banner on Token Holders; "Voted X/Y (Inactive)" on delegate column - clickable addresses that re-point the drawer; per-address Activity tab - Balance History In / Out / Vesting; dust badge and Hide dust switch on Top Interactions - VP History low-importance filter and All time; time selector MAX plus custom calendar range - delegate drawer tabs renamed (Voting Power, Delegation History); Former Delegators view - proposal final-result filter on the votes tab API: - new endpoints: voting-powers/inactive-summary, accounts/:address/delegators/historical, addresses/labels; address filter on feed/events; proposalStatusIn on proposals-activity Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
|
🔍 Vercel preview: https://anticapture-2t9tftc3i-ful.vercel.app |
|
🚅 Deployed to the anticapture-pr-2084 environment in anticapture-infra
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Holders & Delegates v3. Closes DEV-562 and DEV-476.
Dashboard
withRowBorderson the design-system Table), continuous activity ring, voting power shown as a percentage of quorum (red at 100%+, yellow at 50%+).SwitcherDateRange).API
GET /:dao/voting-powers/inactive-summary,GET /:dao/accounts/:address/delegators/historical,GET /:dao/addresses/labels.addressonGET /:dao/feed/events,proposalStatusInonGET /:dao/proposals-activity.Testing
Notes for review
@anticapture/clientSDK regenerates on the PR preview from the deployed Gateful spec; the dashboard features backed by the new endpoints (inactive banner, Former Delegators, per-address Activity, Vesting labels) show live data only once the API + Gateful of this branch are deployed.EnsAvatartag set rather than the Figma's Individual/EAO badges.🤖 Generated with Claude Code