From 267e52f3655c702eee80f32c518c605d1966f604 Mon Sep 17 00:00:00 2001 From: eheinrich Date: Wed, 19 May 2021 17:07:24 -0700 Subject: [PATCH 1/2] Update proposal invitations list to use a table that can be paginated so that proposals with more than one page of results can still access all their invitations --- src/components/ProposalInvitations.vue | 121 +++++++++++++++++-------- 1 file changed, 84 insertions(+), 37 deletions(-) diff --git a/src/components/ProposalInvitations.vue b/src/components/ProposalInvitations.vue index 6921fe2..7661201 100644 --- a/src/components/ProposalInvitations.vue +++ b/src/components/ProposalInvitations.vue @@ -1,36 +1,50 @@