From 2f5c1393388f46eb1ca294f2254dd89de8e2819d Mon Sep 17 00:00:00 2001 From: Shane Melton Date: Thu, 15 Sep 2022 18:16:13 -0700 Subject: [PATCH] [EC-16] Update Group tab to use table component and show collections. --- .../manage/groups.component.html | 157 ++++++++++++------ .../organizations/manage/groups.component.ts | 143 ++++++++++++++-- apps/web/src/app/shared/shared.module.ts | 14 +- apps/web/src/locales/en/messages.json | 18 ++ libs/common/src/abstractions/api.service.ts | 6 +- libs/common/src/services/api.service.ts | 20 ++- libs/components/src/index.ts | 1 + 7 files changed, 286 insertions(+), 73 deletions(-) diff --git a/apps/web/src/app/organizations/manage/groups.component.html b/apps/web/src/app/organizations/manage/groups.component.html index 72c6c2ee115..5bc999e7fce 100644 --- a/apps/web/src/app/organizations/manage/groups.component.html +++ b/apps/web/src/app/organizations/manage/groups.component.html @@ -1,18 +1,21 @@