Skip to content

Remove unused vote threshold field from CreateProposalForm#196

Merged
Mosas2000 merged 1 commit intomainfrom
fix/remove-unused-threshold
Mar 26, 2026
Merged

Remove unused vote threshold field from CreateProposalForm#196
Mosas2000 merged 1 commit intomainfrom
fix/remove-unused-threshold

Conversation

@Mosas2000
Copy link
Copy Markdown
Owner

Fixes #24

Problem:
Vote threshold input was rendered but never sent to the contract, creating user confusion.

Solution:
Removed the unused field. Contract determines vote requirements globally, not per-proposal.

The vote threshold field was rendered but never sent to the contract.
The smart contract doesn't support per-proposal thresholds.
Removed to avoid user confusion about non-functional UI elements.
@Mosas2000 Mosas2000 merged commit 3ca7361 into main Mar 26, 2026
14 of 26 checks passed
@Mosas2000 Mosas2000 deleted the fix/remove-unused-threshold branch March 26, 2026 09:35
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.

Contract: Vote threshold field in CreateProposalForm is not used anywhere

1 participant