wip: apparently torrentio doesn't need configuration

This commit is contained in:
2025-08-31 09:06:29 -05:00
parent 33bfe40b11
commit f9ddd70668
18 changed files with 505 additions and 45 deletions

View File

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