Intitial teams support #147

Merged
Oleg-Komarov merged 34 commits from teams-support into main 2024-05-23 19:43:54 +02:00
Showing only changes of commit becc30e26a - Show all commits

View File

@ -13,6 +13,9 @@
<th>
Role
</th>
<th>
Users
</th>
<th></th>
</tr>
</thead>
@ -28,6 +31,11 @@
{{ team_member.get_role_display }}
</div>
</td>
<td class="text-center">
<div class="badge">
{{ team.team_users.all.count }}
</div>
</td>
<td>
{# TODO: disable dropdown btn leave team if user is the only manager #}
<div class="dropdown">