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