add: profile replies tab

add: profile media tab
This commit is contained in:
trisua 2025-05-18 20:51:55 -04:00
parent 3e4ee8126a
commit c74f36b97c
10 changed files with 465 additions and 39 deletions

View file

@ -40,16 +40,24 @@
/>
{%- endif %}
<button class="small square">{{ icon "search" }}</button>
<div class="flex gap-2 flex-row">
<button class="small square">
{{ icon "search" }}
</button>
{% if config.manuals.search_help -%}
<a
class="button small square secondary"
title="Search help"
href="{{ config.manuals.search_help }}"
>
{{ icon "circle-help" }}
</a>
{%- endif %}
</div>
</div>
{% if config.manuals.search_help -%}
<span
><a href="{{ config.manuals.search_help }}">
Search help
</a></span
>
{%- endif %}
<span><a> Search help </a></span>
</form>
{%- endif %}