Skip to content

feat(frontend): implement 'Cancel Stream' flow and Stream Details view#193

Merged
ogazboiz merged 1 commit intoLabsCrypt:mainfrom
dannyy2000:cancel-stream-180
Feb 26, 2026
Merged

feat(frontend): implement 'Cancel Stream' flow and Stream Details view#193
ogazboiz merged 1 commit intoLabsCrypt:mainfrom
dannyy2000:cancel-stream-180

Conversation

@dannyy2000
Copy link
Copy Markdown
Contributor

  • Created StreamDetailsModal.tsx to display stream progress and metadata
  • Integrated StreamDetailsModal into DashboardView with clickable stream rows
  • Added 'Cancel Stream' button to Details view with confirmation flow
  • Integrated with Soroban contract 'cancel_stream' functionality
  • Implemented optimistic UI updates and toast notifications for transactions
  • Verified contract logic for sender refund of unspent funds

closes #180

- Created StreamDetailsModal.tsx to display stream progress and metadata
- Integrated StreamDetailsModal into DashboardView with clickable stream rows
- Added 'Cancel Stream' button to Details view with confirmation flow
- Integrated with Soroban contract 'cancel_stream' functionality
- Implemented optimistic UI updates and toast notifications for transactions
- Verified contract logic for sender refund of unspent funds

closes LabsCrypt#180
@ogazboiz ogazboiz merged commit 29042d2 into LabsCrypt:main Feb 26, 2026
0 of 3 checks passed
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.

Frontend & Web3: Implement 'Cancel Stream' Flow

2 participants