Move widget previews into effect cards

This commit is contained in:
rajchales-monito
2026-07-30 17:14:32 +02:00
parent e9c363639f
commit 84d8a21d38
3 changed files with 89 additions and 13 deletions
+10 -4
View File
@@ -173,13 +173,12 @@
<label><input name="launcherBreathe" type="checkbox"> jemne dychani</label>
<label><input name="launcherRing" type="checkbox"> svetelny prstenec</label>
<label><input name="launcherHoverLabel" type="checkbox"> napis pri najeti</label>
</fieldset>
<fieldset class="effect-settings launcher-preview-settings">
<legend>Nahled tlacitka</legend>
<div class="launcher-preview-stage">
<button id="launcherPreview" class="launcher-preview" type="button" aria-label="Nahled tlacitka">
<button id="launcherPreview" class="launcher-preview" type="button" aria-label="Nahled online tlacitka">
<span class="launcher-preview-status" aria-hidden="true"></span>
<span class="launcher-preview-icon" aria-hidden="true"></span>
<span class="launcher-preview-label">Napiste nam</span>
<span class="launcher-preview-badge" aria-hidden="true">1</span>
</button>
</div>
</fieldset>
@@ -189,6 +188,13 @@
<label><input name="messageBadge" type="checkbox"> badge s poctem</label>
<label><input name="messageLabel" type="checkbox"> kratky stitek</label>
<label><input name="messageWiggle" type="checkbox"> zhoupnuti</label>
<div class="launcher-preview-stage">
<button id="messageEffectPreview" class="launcher-preview" type="button" aria-label="Nahled efektu nove zpravy">
<span class="launcher-preview-icon" aria-hidden="true"></span>
<span class="launcher-preview-label">Nova odpoved</span>
<span class="launcher-preview-badge" aria-hidden="true">1</span>
</button>
</div>
</fieldset>
<div class="settings-actions">
<button type="submit">Ulozit widget</button>