Refactor checkbox descriptions for improved HTML structure and accessibility
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 37s

This commit is contained in:
CodeDevMLH
2026-02-28 15:25:28 +01:00
parent 4196a72615
commit 41494785ca
2 changed files with 13 additions and 11 deletions

View File

@@ -350,8 +350,8 @@
<label class="emby-checkbox-label">
<input id="EnableEid" name="EnableEid" type="checkbox" is="emby-checkbox" />
<span>Enable Eid al-Fitr Seasonal</span>
<div class="fieldDescription">Enable the Eid al-Fitr theme in general (e.g. for automation).</div>
</label>
<div class="fieldDescription">Enable the Eid al-Fitr theme in general (e.g. for automation).</div>
</div>
<div class="inputContainer">
<label class="inputLabel" for="EidLanternCount">Lantern Count</label>
@@ -413,8 +413,8 @@
<label class="emby-checkbox-label">
<input id="EnableFilmNoir" name="EnableFilmNoir" type="checkbox" is="emby-checkbox" />
<span>Enable Film-Noir Seasonal</span>
<div class="fieldDescription">Enable the Film-Noir theme in general (e.g. for automation).</div>
</label>
<div class="fieldDescription">Enable the Film-Noir theme in general (e.g. for automation).</div>
</div>
</details>
<hr style="max-width: 800px; margin: 1em 0;">
@@ -464,8 +464,8 @@
<label class="emby-checkbox-label">
<input id="EnableFriday13" name="EnableFriday13" type="checkbox" is="emby-checkbox" />
<span>Enable Friday the 13th Seasonal</span>
<div class="fieldDescription">Enable the Friday the 13th theme in general (e.g. for automation).</div>
</label>
<div class="fieldDescription">Enable the Friday the 13th theme in general (e.g. for automation).</div>
</div>
</details>
<hr style="max-width: 800px; margin: 1em 0;">
@@ -476,8 +476,8 @@
<label class="emby-checkbox-label">
<input id="EnableFrost" name="EnableFrost" type="checkbox" is="emby-checkbox" />
<span>Enable Frost Seasonal</span>
<div class="fieldDescription">Enable the Frost theme in general (e.g. for automation).</div>
</label>
<div class="fieldDescription">Enable the Frost theme in general (e.g. for automation).</div>
</div>
</details>
<hr style="max-width: 800px; margin: 1em 0;">
@@ -560,15 +560,15 @@
<label class="emby-checkbox-label">
<input id="EnableMarioDay" name="EnableMarioDay" type="checkbox" is="emby-checkbox" />
<span>Enable Mario Day Seasonal</span>
<div class="fieldDescription">Enable the Mario Day theme in general (e.g. for automation).</div>
</label>
<div class="fieldDescription">Enable the Mario Day theme in general (e.g. for automation).</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label class="emby-checkbox-label">
<input id="LetMarioJump" name="LetMarioJump" type="checkbox" is="emby-checkbox" />
<span>Let Mario Jump</span>
<div class="fieldDescription">Lets Mario jump randomly.</div>
</label>
<div class="fieldDescription">Lets Mario jump randomly.</div>
</div>
</details>
<hr style="max-width: 800px; margin: 1em 0;">
@@ -608,8 +608,8 @@
<label class="emby-checkbox-label">
<input id="EnableOktoberfest" name="EnableOktoberfest" type="checkbox" is="emby-checkbox" />
<span>Enable Oktoberfest Seasonal</span>
<div class="fieldDescription">Enable the Oktoberfest theme in general (e.g. for automation).</div>
</label>
<div class="fieldDescription">Enable the Oktoberfest theme in general (e.g. for automation).</div>
</div>
<div class="inputContainer">
<label class="inputLabel" for="OktoberfestCount">Symbol Count</label>
@@ -625,8 +625,8 @@
<label class="emby-checkbox-label">
<input id="EnableDifferentDurationOktoberfest" name="EnableDifferentDurationOktoberfest" type="checkbox" is="emby-checkbox" />
<span>Enable Different Duration</span>
<div class="fieldDescription">Randomize the Oktoberfest symbol duration.</div>
</label>
<div class="fieldDescription">Randomize the Oktoberfest symbol duration.</div>
</div>
</details>
<hr style="max-width: 800px; margin: 1em 0;">
@@ -665,8 +665,8 @@
<label class="emby-checkbox-label">
<input id="EnableOscar" name="EnableOscar" type="checkbox" is="emby-checkbox" />
<span>Enable Oscar Awards Seasonal</span>
<div class="fieldDescription">Enable the Oscar Awards theme in general (e.g. for automation).</div>
</label>
<div class="fieldDescription">Enable the Oscar Awards theme in general (e.g. for automation).</div>
</div>
</details>
<hr style="max-width: 800px; margin: 1em 0;">
@@ -990,12 +990,14 @@
<input id="EnableDifferentDurationSpooky" name="EnableDifferentDurationSpooky" type="checkbox" is="emby-checkbox" />
<span>Enable Different Symbol Durations</span>
</label>
<div class="fieldDescription">Enable different animation durations for symbols.</div>
</div>
<div class="checkboxContainer">
<label class="emby-checkbox-label">
<input id="EnableSpookySway" name="EnableSpookySway" type="checkbox" is="emby-checkbox" />
<span>Enable Swaying Motion</span>
</label>
<div class="fieldDescription">Enable swaying motion for symbols.</div>
</div>
<div class="inputContainer">
<label class="inputLabel" for="SpookyGlowSize">Glow Size</label>
@@ -1161,8 +1163,8 @@
<label class="emby-checkbox-label">
<input id="EnableStarWars" name="EnableStarWars" type="checkbox" is="emby-checkbox" />
<span>Enable Star Wars Seasonal</span>
<div class="fieldDescription">Enable the Star Wars theme in general (e.g. for automation).</div>
</label>
<div class="fieldDescription">Enable the Star Wars theme in general (e.g. for automation).</div>
</div>
</details>
<hr style="max-width: 800px; margin: 1em 0;">