From ce39bc4f963ebec421d3d7e3a54e792c904deedd Mon Sep 17 00:00:00 2001 From: mi1468 Date: Tue, 27 May 2025 15:33:47 +0330 Subject: [PATCH 1/2] api space page --- .../src/components/CreateSpaceModal.vue | 509 +++++++++-------- .../src/pages/dashboard/Spaces.vue | 511 +++++++----------- 2 files changed, 479 insertions(+), 541 deletions(-) diff --git a/xroom-dashboard/src/components/CreateSpaceModal.vue b/xroom-dashboard/src/components/CreateSpaceModal.vue index cd2aaa3..3b9042e 100644 --- a/xroom-dashboard/src/components/CreateSpaceModal.vue +++ b/xroom-dashboard/src/components/CreateSpaceModal.vue @@ -1,118 +1,163 @@ - - \ No newline at end of file diff --git a/xroom-dashboard/src/pages/dashboard/Spaces.vue b/xroom-dashboard/src/pages/dashboard/Spaces.vue index 52b1c11..6ce69a4 100644 --- a/xroom-dashboard/src/pages/dashboard/Spaces.vue +++ b/xroom-dashboard/src/pages/dashboard/Spaces.vue @@ -14,182 +14,54 @@

- -
- -
- +
+

هیچ فضایی با فیلترهای انتخاب‌شده یافت نشد.

+ + + + + + + + + \ No newline at end of file + From 66229e6365e515ce829749f25d66360cc9483547 Mon Sep 17 00:00:00 2001 From: Diyar Akhgar Date: Tue, 27 May 2025 17:06:54 +0330 Subject: [PATCH 2/2] fix space styles --- .../src/components/CreateSpaceModal.vue | 427 +++++++++++------- .../src/components/EditBillingModal.vue | 2 + 2 files changed, 266 insertions(+), 163 deletions(-) diff --git a/xroom-dashboard/src/components/CreateSpaceModal.vue b/xroom-dashboard/src/components/CreateSpaceModal.vue index 3b9042e..cc6fdf1 100644 --- a/xroom-dashboard/src/components/CreateSpaceModal.vue +++ b/xroom-dashboard/src/components/CreateSpaceModal.vue @@ -1,53 +1,97 @@ \ No newline at end of file diff --git a/xroom-dashboard/src/components/EditBillingModal.vue b/xroom-dashboard/src/components/EditBillingModal.vue index 0ca07b8..9172096 100644 --- a/xroom-dashboard/src/components/EditBillingModal.vue +++ b/xroom-dashboard/src/components/EditBillingModal.vue @@ -189,6 +189,8 @@ export default { .modal-content::-webkit-scrollbar { display: none; } + + .popUp-header { display: flex; align-items: center;