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 7cdd864529 - Show all commits

View File

@ -38,15 +38,15 @@
</div>
</td>
<td>
{# TODO: disable dropdown btn leave team if user is the only manager #}
{# TODO: @back-end disable dropdown btn leave team if user is the only manager #}
<div class="dropdown">
<button class="btn btn-link dropdown-toggle js-dropdown-toggle" data-toggle-menu-id="team-{{ team.id }}">
<i class="i-more-vertical"></i>
</button>
<ul class="dropdown-menu dropdown-menu-right js-dropdown-menu" id="team-{{ team.id }}">
<li>
{# TODO: add page leave team base and link #}
{# TODO: add conditional class 'dropdown-item-disabled' if user is the only manager #}
{# TODO: @back-end add page leave team base and link #}
{# TODO: @back-end add conditional class 'dropdown-item-disabled' if user is the only manager #}
<a class="dropdown-item {% comment %}dropdown-item-disabled{% endcomment %}" href="#"><i class="i-log-out"></i>Leave Team</a>
</li>
</ul>