diff --git a/xroom-dashboard/src/components/AddUserModal.vue b/xroom-dashboard/src/components/AddUserModal.vue new file mode 100644 index 0000000..1f9ca1b --- /dev/null +++ b/xroom-dashboard/src/components/AddUserModal.vue @@ -0,0 +1,336 @@ + + + + + \ No newline at end of file diff --git a/xroom-dashboard/src/components/EditBillingModal.vue b/xroom-dashboard/src/components/EditBillingModal.vue index 6e83460..0ca07b8 100644 --- a/xroom-dashboard/src/components/EditBillingModal.vue +++ b/xroom-dashboard/src/components/EditBillingModal.vue @@ -289,7 +289,7 @@ export default { .form-actions { display: flex; justify-content: space-between; - padding: 20px; + padding: 20px 0px; padding-bottom: 0; width: 100%; max-width: 620px; diff --git a/xroom-dashboard/src/components/TeamUser.vue b/xroom-dashboard/src/components/TeamUser.vue new file mode 100644 index 0000000..77a0ea9 --- /dev/null +++ b/xroom-dashboard/src/components/TeamUser.vue @@ -0,0 +1,267 @@ + + + + + \ No newline at end of file diff --git a/xroom-dashboard/src/pages/dashboard/team.vue b/xroom-dashboard/src/pages/dashboard/team.vue index 8fa7156..0924295 100644 --- a/xroom-dashboard/src/pages/dashboard/team.vue +++ b/xroom-dashboard/src/pages/dashboard/team.vue @@ -1,266 +1,195 @@ - -