Skip to content

feat: build execution actions and proposal status displays (#133)#279

Open
whitezaddy wants to merge 1 commit into
codebestia:mainfrom
whitezaddy:feature/proposal-execute-status
Open

feat: build execution actions and proposal status displays (#133)#279
whitezaddy wants to merge 1 commit into
codebestia:mainfrom
whitezaddy:feature/proposal-execute-status

Conversation

@whitezaddy

Copy link
Copy Markdown

closes #133

Description

This Pull Request resolves #133 by extending the ProposalCard UI component to handle explicit withdrawal execution flows and real-time proposal status lifecycle tracking within the DAO dashboard.

Core Changes

  • Status Badges & Coloring: Integrated distinctive state mapping with color-coded badges matching the requirements taxonomy (pending=yellow, approved=blue, executed=green, rejected=red, expired=grey).
  • Conditional Actions:
    • Added an Execute Withdrawal button visible exclusively to verified members when a proposal status hits approved.
    • Replaced the standard evaluation interactive inputs with a dedicated Finalize action container for expired proposals.
  • Ledger-Based Expiry Timer: Implemented a minute-interval countdown utility that calculates pending proposal shelf-lives based on a ~5s/ledger chain tick rate.
  • Collapsible Groups: Automatically groups and collapses past state markers (executed and rejected) into a toggleable section to clear up layout bloat.

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Other

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally (verified clean compiling execution via local Turborepo builds)
  • My code follows the project's coding standards

@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

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

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.

Build "Execute Withdrawal" action and proposal status display

1 participant