Remove entry preview from filters
Some checks failed
Test and build Docker image / docker (push) Failing after 14s

This commit is contained in:
Joakim Hellsén 2026-04-27 21:49:00 +02:00
commit 8978df69bf
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
3 changed files with 1 additions and 31 deletions

View file

@ -70,21 +70,4 @@
</div>
{% endif %}
</section>
<section>
<div class="d-flex flex-wrap justify-content-between align-items-center gap-2 mb-3">
<h4 class="h6 text-uppercase text-muted mb-0">Rendered entries</h4>
<span class="text-muted small">Uses the same entry rendering as the feed page.</span>
</div>
{% if preview_html %}
<div class="filter-preview__rendered">{{ preview_html|safe }}</div>
{% else %}
<div class="p-3 border border-dark rounded-0">
{% if preview_entries %}
<p class="text-muted mb-0">No entries would be sent with the current rules.</p>
{% else %}
<p class="text-muted mb-0">Rendered preview will appear here when entries are available.</p>
{% endif %}
</div>
{% endif %}
</section>
</div>