add quick QR switcher to editor

This commit is contained in:
LenAnderson
2024-07-16 10:42:25 -04:00
parent ea84eddc3e
commit 25c86b65ac
4 changed files with 206 additions and 11 deletions

View File

@ -6,7 +6,7 @@
<span class="qr--labelText" data-i18n="Label">Icon</span>
<div class="menu_button" id="qr--modal-icon" title="Click to change icon"></div>
</label>
<label>
<div class="label">
<span class="qr--labelText" data-i18n="Label">Label</span>
<div class="qr--inputGroup">
<label class="checkbox_label" title="Show label even if an icon is assigned">
@ -14,8 +14,9 @@
Show
</label>
<input type="text" class="text_pole" id="qr--modal-label">
<div class="menu_button fa-solid fa-chevron-down" id="qr--modal-switcher" title="Switch to another QR"></div>
</div>
</label>
</div>
<label>
<span class="qr--labelText" data-i18n="Title">Title</span>
<small class="qr--labelHint" data-i18n="(tooltip, leave empty to show message or /command)">(tooltip, leave empty to show message or /command)</small>