fix(frontend): Improve results page

This commit is contained in:
Myzel394 2024-01-07 21:32:39 +01:00
parent 89909f06af
commit 33f9b03bc1
No known key found for this signature in database
GPG key ID: 79CC92F37B3E1A2B

View file

@ -33,20 +33,21 @@
{%- endif %}
<div id="sidebar">
<div id="results_info">
<details class="sidebar-collapsable">
<summary class="title">
{%- if number_of_results != '0' -%}
<details>
<summary>
<small id="result_count">{{ _('Number of results') }}: {{ number_of_results }}</small>
<small id="result_count">{{ _('Number of results') }}: {{ number_of_results }}; </small>
{%- endif -%}
<small>{{ longest_load_time_formatted }}</small>
</summary>
<ul>
{% for engine, timing in loading_times %}
<li>{{ engine }}: {{ timing }}</li>
<li>{{ engine }}: <b>{{ timing }}</b></li>
{% endfor %}
</ul>
</details>
{%- endif -%}
</div>
{%- if infoboxes -%}
<div id="infoboxes">