mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add chat functionality
This commit is contained in:
parent
f797519944
commit
11a2d26393
4 changed files with 54 additions and 12 deletions
|
|
@ -43,17 +43,6 @@
|
|||
<p id="result_count"><small>{{ _('Number of results') }}: {{ number_of_results }}</small></p>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if chat_box -%}
|
||||
<div id="chat_box">
|
||||
<details open class="sidebar-collapsable">
|
||||
<summary class="title">{{ _('Chat') }}</summary>
|
||||
{%- for chat_box in chat_box -%}
|
||||
{%- include 'kvanDark/elements/chat_box.html' -%}
|
||||
{%- endfor -%}
|
||||
</details>
|
||||
</div>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if infoboxes -%}
|
||||
<div id="infoboxes">
|
||||
<details open class="sidebar-collapsable">
|
||||
|
|
@ -65,6 +54,15 @@
|
|||
</div>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if chat_box -%}
|
||||
<div id="chat_box">
|
||||
<details open class="sidebar-collapsable">
|
||||
<summary class="title">{{ _('Chat') }}</summary>
|
||||
{%- include 'kvanDark/elements/chat_box.html' -%}
|
||||
</details>
|
||||
</div>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if suggestions -%}
|
||||
{%- include 'kvanDark/elements/suggestions.html' -%}
|
||||
{%- endif -%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue