chore: cleanup
This commit is contained in:
@@ -241,7 +241,7 @@ export function ButtplugConsole() {
|
|||||||
|
|
||||||
{Object.keys(devices).length === 0 ? (
|
{Object.keys(devices).length === 0 ? (
|
||||||
<Card className="bp-glass">
|
<Card className="bp-glass">
|
||||||
<CardContent className="py-6 text-sm text-muted-foreground">
|
<CardContent className="text-sm text-muted-foreground">
|
||||||
No devices connected yet. Scan to discover nearby toys, then select one from your browser's
|
No devices connected yet. Scan to discover nearby toys, then select one from your browser's
|
||||||
pairing prompt.
|
pairing prompt.
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ export function ReplayPlayer({ sessionId }: { sessionId: number }) {
|
|||||||
|
|
||||||
{connectedDevices.length === 0 && (
|
{connectedDevices.length === 0 && (
|
||||||
<Card className="bp-glass">
|
<Card className="bp-glass">
|
||||||
<CardContent className="py-6 text-sm text-muted-foreground">
|
<CardContent className="text-sm text-muted-foreground">
|
||||||
No devices connected yet. Scan to discover nearby toys, then match them to this session's
|
No devices connected yet. Scan to discover nearby toys, then match them to this session's
|
||||||
original device slots.
|
original device slots.
|
||||||
</CardContent>
|
</CardContent>
|
||||||
@@ -173,7 +173,7 @@ export function ReplayPlayer({ sessionId }: { sessionId: number }) {
|
|||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Card className="bp-glass">
|
<Card className="bp-glass">
|
||||||
<CardContent className="flex flex-col gap-3 py-6">
|
<CardContent className="flex flex-col gap-3">
|
||||||
{replayTargets.length > 0 && (
|
{replayTargets.length > 0 && (
|
||||||
<div className="flex flex-wrap gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
{replayTargets.map((t) => (
|
{replayTargets.map((t) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user