-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Summary
After submitting a transaction (stake, vote, create-proposal, execute), users see a success or error message but have no way to track the transaction status or view their transaction history within the application.
Recommended Implementation
- Add a transaction history panel that shows all user transactions
- Poll the Stacks API for transaction confirmation status
- Show pending, confirmed, and failed states with visual indicators
- Link each transaction to the Stacks Explorer
- Show estimated confirmation time
- Update proposal data automatically when related transactions confirm
Impact
Medium - Transaction visibility is essential for blockchain application trust.
Reactions are currently unavailable