diff --git a/components/ProjectGroupPicker.vue b/components/ProjectGroupPicker.vue index 549bfcb..14a3367 100644 --- a/components/ProjectGroupPicker.vue +++ b/components/ProjectGroupPicker.vue @@ -1,5 +1,5 @@ - + - - + + + Showing first {{ projectGroups.length }} of {{ totalCount }} project groups + · Scroll to continue loading + + Showing all {{ projectGroups.length }} project group{{ projectGroups.length !== 1 ? 's' : '' }} + + Showing first {{ projectGroups.length }} results + · Scroll to continue loading + + + + + - No project groups found. - - - {{ pg.name }} - - - - - + + + No project groups found. + + + {{ pg.name }} + + + + + + - diff --git a/pages/dashboard.vue b/pages/dashboard.vue index f4cc716..2aa7056 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -44,8 +44,35 @@