Move tags input under name field in all entity editor modals

Remove the separate tags form-group (label, hint toggle, hint text)
from all 14 editor modals and place the tags container directly
below the name input for a cleaner, more compact layout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 12:15:46 +03:00
parent 1559440a21
commit b0a769b781
15 changed files with 15 additions and 124 deletions

View File

@@ -11,6 +11,7 @@
<div class="form-group">
<label for="template-name" data-i18n="templates.name">Template Name:</label>
<input type="text" id="template-name" data-i18n-placeholder="templates.name.placeholder" placeholder="My Custom Template" required>
<div id="capture-template-tags-container"></div>
</div>
<div class="form-group">
@@ -34,15 +35,6 @@
<div id="engine-config-fields"></div>
</div>
<div class="form-group">
<div class="label-row">
<label data-i18n="tags.label">Tags:</label>
<button type="button" class="hint-toggle" onclick="toggleHint(this)" title="?">?</button>
</div>
<small class="input-hint" style="display:none" data-i18n="tags.hint">Assign tags for grouping and filtering cards</small>
<div id="capture-template-tags-container"></div>
</div>
<div id="template-error" class="error-message" style="display: none;"></div>
</form>
</div>