diff --git a/app/templates/monthly_overview/pages/overview.html b/app/templates/monthly_overview/pages/overview.html index d078f73..e54afa1 100644 --- a/app/templates/monthly_overview/pages/overview.html +++ b/app/templates/monthly_overview/pages/overview.html @@ -44,12 +44,12 @@ {# Action buttons#} -{#
#} -{# #} -{#
#} + {#
#} + {# #} + {#
#} {# Monthly summary#}
@@ -133,59 +133,101 @@
-
-
- {# Filter transactions button #} - -
- {# Ordering button#} -
-
- - -
-
-
- {# Filter transactions form#} -
-
-
- {% crispy filter.form %} -
- -
-
- + + {# Filter transactions form #} +
+
+
+ +
+ +
+ {% crispy filter.form %} +
+ +
+ +
+
+
{# Transactions list#}
{% for x in transactions_by_date %} -
-
+
+ -
+ else + remove .show from me + set @aria-expanded of #c-{{ x.grouper|slugify }}-collapsible to false + end + on show + add .show to me + set @aria-expanded of #c-{{ x.grouper|slugify }}-collapsible to true">
{% for transaction in x.list %} - + {% endfor %}
{% empty %} -{% endfor %} + title="{% translate "No transactions found" %}" + subtitle="{% translate "Try adding one" %}"> + {% endfor %} {% if page_obj.has_other_pages %} -
- +
+ -
+ {% endif %} + {% endfor %} + {% if page_obj.number|add:3 < page_obj.paginator.num_pages %} +
  • + + + +
  • +
  • + + + +
  • + {% endif %} +
  • + + + +
  • + + +
    {% endif %} -{# Floating bar#} + {# Floating bar#}
    diff --git a/app/templates/transactions/pages/transactions.html b/app/templates/transactions/pages/transactions.html index 0ce989f..9ff6860 100644 --- a/app/templates/transactions/pages/transactions.html +++ b/app/templates/transactions/pages/transactions.html @@ -8,45 +8,101 @@
    -
    -
    - {# Filter transactions button #} - + + {# Search box #} + + + + {# Order by icon dropdown #} + +
    - {# Ordering button#} -
    -
    - - + + {# Filter transactions form #} +
    +
    +
    + +
    + +
    + {% crispy filter.form %} +
    + +
    + +
    - {# Filter transactions form#} -
    -
    -
    - {% crispy filter.form %} -
    - -
    -