💄(teams) update team list page to match new UI

This is an attempt to quick fix the team page to match the new UI.
This commit is contained in:
Quentin BEY
2025-05-12 15:25:10 +02:00
parent 8c67d4a004
commit bd43e4620d
9 changed files with 328 additions and 93 deletions

View File

@@ -40,7 +40,9 @@ def test_commands_create_demo(settings):
assert models.Team.objects.count() == TEST_NB_OBJECTS["teams"]
assert models.TeamAccess.objects.count() >= TEST_NB_OBJECTS["teams"]
assert mailbox_models.MailDomain.objects.count() == TEST_NB_OBJECTS["domains"] + 1 + 1
assert (
mailbox_models.MailDomain.objects.count() == TEST_NB_OBJECTS["domains"] + 1 + 1
)
# 3 domain access for each user with domain rights
# 3 x 3 domain access for each user with both rights