feat: add subtitles to /play/buttplug and /play/recordings page headers
All checks were successful
Build and Push Frontend Image / build (push) Successful in 1m12s
All checks were successful
Build and Push Frontend Image / build (push) Successful in 1m12s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -823,7 +823,7 @@ export default {
|
||||
},
|
||||
play: {
|
||||
title: "Play",
|
||||
description: "Bring your toys.",
|
||||
description: "Connect and control your Bluetooth toys.",
|
||||
scan: "Start Scan",
|
||||
scanning: "Scanning...",
|
||||
no_results: "No devices found",
|
||||
|
||||
@@ -351,6 +351,7 @@
|
||||
<!-- Header -->
|
||||
<div class="mb-6">
|
||||
<h1 class="text-2xl font-bold">{$_("play.title")}</h1>
|
||||
<p class="text-sm text-muted-foreground mt-1">{$_("play.description")}</p>
|
||||
</div>
|
||||
|
||||
<!-- Recording controls (only when devices are connected) -->
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
<div class="py-3 sm:py-6 lg:pl-6">
|
||||
<div class="mb-6">
|
||||
<h1 class="text-2xl font-bold">{$_("me.recordings.title")}</h1>
|
||||
<p class="text-sm text-muted-foreground mt-1">{$_("me.recordings.description")}</p>
|
||||
</div>
|
||||
|
||||
{#if recordings.length === 0}
|
||||
|
||||
Reference in New Issue
Block a user