feat: add soft search to config pages

This commit is contained in:
Herculino Trotta
2024-12-01 12:15:56 -03:00
parent 4f14782f12
commit 3bcac31495
13 changed files with 373 additions and 329 deletions

View File

@@ -1,11 +1,13 @@
{% load currency_display %}
{% load i18n %}
{% if active %}
<div class="card-body show-loading" hx-get="{% url 'active_installment_plans_list' %}" hx-trigger="updated from:window" hx-swap="outerHTML">
<div class="show-loading" hx-get="{% url 'active_installment_plans_list' %}" hx-trigger="updated from:window" hx-swap="outerHTML">
{% else %}
<div class="card-body show-loading" hx-get="{% url 'finished_installment_plans_list' %}" hx-trigger="updated from:window" hx-swap="outerHTML">
<div class="show-loading" hx-get="{% url 'finished_installment_plans_list' %}" hx-trigger="updated from:window" hx-swap="outerHTML">
{% endif %}
{% if installment_plans %}
<c-config.search></c-config.search>
<div class="table-responsive">
<table class="table table-hover align-middle">
<thead>