add: profile and full search

This commit is contained in:
trisua 2025-05-18 16:43:56 -04:00
parent b8b0ef7f21
commit 3e4ee8126a
52 changed files with 897 additions and 484 deletions

View file

@ -38,7 +38,7 @@
<span>{{ text "settings:label.delete_account" }}</span>
</button>
{% if profile.permissions != 131073 %}
{% if profile.permissions != 131073 -%}
<button
class="red quaternary"
onclick="update_user_role(131073)"
@ -49,7 +49,7 @@
<button class="quaternary" onclick="update_user_role(1)">
Unban
</button>
{% endif %}
{%- endif %}
</div>
</div>