fix: filter style tweaks, loading icon patch

This commit is contained in:
2025-07-26 17:39:28 -05:00
parent 18a165fc40
commit 9db0bfd4c6
10 changed files with 82 additions and 42 deletions

View File

@@ -0,0 +1,8 @@
<button class="submit-button flex flex-row gap-2 items-center">
{% if show_icon|default %}
<twig:ux:icon name="zondicons:checkmark" width=".8rem" class="text-green-500" />
{% endif %}
{% if false == icon_only|default(false) %}
{{ text|default('submit') }}
{% endif %}
</button>