- |
- onCheckboxToggle(stream.id)}
- disabled={isFinalised}
- />
- |
-
-
- |
-
-
- |
-
-
- |
- {show("assetCode") && {stream.assetCode} | }
- {show("duration") && {formatDuration(stream.durationSeconds)} | }
- {show("ratePerSecond") && (
- {stream.progress.ratePerSecond.toFixed(6)} |
- )}
- {show("pausedDuration") && (
- {stream.pausedDuration ?? 0}s |
- )}
-
-
- {stream.progress.percentComplete.toFixed(2)}%
-
- Vested: {stream.progress.vestedAmount.toFixed(2)} {stream.assetCode}
-
-
-
- |
-
-
-
- {stream.progress.status}
-
- {healthBadges.length > 0 && (
-
- {healthBadges.map((badge) => (
-
- {badge.label}
-
- ))}
-
- )}
-
- |
-
-
- {isScheduled && (
-
- )}
- {isActive && (
-
- )}
- {isPaused && (
-
- )}
-
-
- |
-
-
- {isExpanded && (
-