+
Value 4 Value
+
+ {!hasWallet && (
+
+ Connect NWC wallet in Settings to stream sats.
+
+ )}
+
+ {!hasRecipients && hasWallet && (
+
+ This episode has no V4V recipients.
+
+ )}
+
+ {hasWallet && hasRecipients && (
+ <>
+ {/* Toggle */}
+
+ Stream sats
+
+
+
+ {/* Rate picker */}
+
+ Rate:
+ {RATE_OPTIONS.map((rate) => (
+
+ ))}
+ /min
+
+
+ {/* Boost */}
+
+ setBoostAmount(e.target.value)}
+ className="w-16 bg-bg-raised border border-border rounded-sm px-1.5 py-0.5 text-[10px] text-text"
+ min="1"
+ />
+
+
+
+ {v4vTotalStreamed > 0 && (
+
+ Total streamed: {v4vTotalStreamed} sats
+
+ )}
+ >
+ )}
+