new inbox view

This commit is contained in:
2025-08-04 02:57:51 +03:00
parent 6e86832211
commit 2e8fd9a22e
7 changed files with 74 additions and 60 deletions

View File

@ -8,7 +8,7 @@
{% if section == "header" %}
<span>Unconfirmed guests</span>
{% elif section == "content" %}
<table class="users-table">
<table class="colorful-table">
<thead>
<th>Username</th>
<th class="small">Signed up on</th>
@ -32,7 +32,7 @@
{% if section == "header" %}
<span>Other users</span>
{% elif section == "content" %}
<table class="users-table">
<table class="colorful-table">
<thead>
<th>Username</th>
<th class="small">Permission</th>