Add WIP labels <3

This commit is contained in:
2026-08-11 19:22:52 +10:00
parent e1cb8bb023
commit 3a05506ce6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ export const Settings = () => {
}} }}
/> />
<AnySwitch <AnySwitch
title="AI Generated Syllables" title="WIP | AI Generated Syllables"
desc="Radiant AI generates word & syllable timings from the Line timings" desc="Radiant AI generates word & syllable timings from the Line timings"
checked={aiSyllables} checked={aiSyllables}
onChange={(_: unknown, checked: boolean) => { onChange={(_: unknown, checked: boolean) => {
+1 -1
View File
@@ -1377,7 +1377,7 @@ const ensureStickyDropdown = (): HTMLElement => {
</label> </label>
</div> </div>
<div class="sticky-lyrics-dropdown-row"> <div class="sticky-lyrics-dropdown-row">
<span class="sticky-lyrics-label">AI Syllables</span> <span class="sticky-lyrics-label">AI Syllables | WIP</span>
<label class="sticky-lyrics-switch"> <label class="sticky-lyrics-switch">
<input type="checkbox" data-setting="aiSyllables" ${settings.aiSyllables ? "checked" : ""}> <input type="checkbox" data-setting="aiSyllables" ${settings.aiSyllables ? "checked" : ""}>
<span class="sticky-lyrics-slider"></span> <span class="sticky-lyrics-slider"></span>