From 0e0c45dba1fb958d27095435cd29b563121a668a Mon Sep 17 00:00:00 2001 From: Diyar Akhgar Date: Tue, 27 May 2025 03:31:58 +0330 Subject: [PATCH] End Urses Tab --- .../src/components/AddUserModal.vue | 336 ++++++ .../src/components/EditBillingModal.vue | 2 +- xroom-dashboard/src/components/TeamUser.vue | 267 +++++ xroom-dashboard/src/pages/dashboard/team.vue | 1034 +++++++---------- 4 files changed, 1045 insertions(+), 594 deletions(-) create mode 100644 xroom-dashboard/src/components/AddUserModal.vue create mode 100644 xroom-dashboard/src/components/TeamUser.vue 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 @@ - -