Category: frontend
Project area: frontend/src/components/StreamsTable.tsx
Implementation:
- Progress bar shows
vested / totalAmount percentage.
- Countdown timer shows time remaining until stream end.
- Both update in real time without full re-render.
Acceptance Criteria:
- Progress bar accurate to current second.
- Completed streams show 100% with
Completed badge.
- Scheduled streams show 0% with countdown to start.
Category: frontend
Project area: frontend/src/components/StreamsTable.tsx
Implementation:
vested / totalAmountpercentage.Acceptance Criteria:
Completedbadge.