From c5b410da247b8cc33f74a0e972a0abb80a1ee05a Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Fri, 17 Nov 2023 23:07:01 -0300 Subject: [PATCH] Update package version and add participants --- package.json | 2 +- .../modal/GroupAddParticipantModal.vue | 141 ++++++++++++++++++ src/components/modal/GroupModal.vue | 64 ++++++-- 3 files changed, 191 insertions(+), 16 deletions(-) create mode 100644 src/components/modal/GroupAddParticipantModal.vue diff --git a/package.json b/package.json index c1171fa..1192782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evolution-manager", - "version": "0.2.10", + "version": "0.2.11", "main": "dist", "scripts": { "dev": "vite", diff --git a/src/components/modal/GroupAddParticipantModal.vue b/src/components/modal/GroupAddParticipantModal.vue new file mode 100644 index 0000000..4a63a77 --- /dev/null +++ b/src/components/modal/GroupAddParticipantModal.vue @@ -0,0 +1,141 @@ + + + diff --git a/src/components/modal/GroupModal.vue b/src/components/modal/GroupModal.vue index 33773ee..2e3bb50 100644 --- a/src/components/modal/GroupModal.vue +++ b/src/components/modal/GroupModal.vue @@ -34,7 +34,7 @@ -
+

Participantes @@ -42,17 +42,39 @@

-
- - Remover - +
+ + + + + +
@@ -77,7 +99,7 @@ item-value="id" :show-select="isAdmin" v-model="selected" - > + >