Skip to content

feat(dashboard): add Governance Impact badge to proposal cards - #563

Merged
thegreatfeez merged 1 commit into
Ac0rdP:mainfrom
Adejoke555:feat/governance-impact-badge
Sep 3, 2026
Merged

feat(dashboard): add Governance Impact badge to proposal cards#563
thegreatfeez merged 1 commit into
Ac0rdP:mainfrom
Adejoke555:feat/governance-impact-badge

Conversation

@Adejoke555

Copy link
Copy Markdown

Closes #399
Summary

Adds a distinct Governance Impact badge to dashboard proposal cards for proposals that change multisig ownership or voting power.

Changes
Added a Governance Impact badge for:
Add-owner proposals
Remove-owner proposals
Change-owner-weight proposals
Excludes ordinary transfer and spending-limit proposals.
Styled the badge to be visually distinct from existing type and status badges.
No unrelated refactors or formatting changes.
Acceptance Criteria
Governance-changing proposals display the Governance Impact badge.
Transfer and spending-limit proposals do not display the badge.
The badge is visually distinct from existing badges.
Files Changed
frontend/src/components/ProposalCard.tsx
frontend/src/types/accord.ts

Show a distinct orange gradient badge with ShieldAlert icon on proposals
that alter multisig ownership or voting power (add_owner, remove_owner,
change_owner_weight). Transfer and spending-limit proposals are excluded.
Badge is visually distinct from the existing type badge and StatusBadge.
@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

@theFirstCodeManiac is attempting to deploy a commit to the thegreatfeez's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Sep 1, 2026

Copy link
Copy Markdown

@Adejoke555 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@thegreatfeez
thegreatfeez merged commit b2153fd into Ac0rdP:main Sep 3, 2026
1 check failed
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.

Add a "Governance Impact" badge to ProposalCard for AddOwner/RemoveOwner/ChangeOwnerWeight proposals, distinct from ordinary Transfer proposals

3 participants