add: user permissions level builder ui

This commit is contained in:
trisua 2025-04-06 13:43:12 -04:00
parent a167da017e
commit 31f63c90cd
16 changed files with 511 additions and 371 deletions

View file

@ -39,6 +39,13 @@ show_lhs=true) -%}
<div class="flex nav_side">
{% if user %}
<button
onclick="document.getElementById('town_square_post_dialog').showModal()"
title="Create post"
>
{{ icon "square-pen" }}
</button>
<a
href="/notifs"
class="button {% if selected == 'notifications' %}active{% endif %}"