From faf49c7373edc43b08029c4f657bd90c7d951eaa Mon Sep 17 00:00:00 2001 From: Arman Date: Mon, 30 May 2022 14:52:24 +0200 Subject: [PATCH] feat: small changes to layout --- .../console/[project]/users/index.svelte | 50 ++++++++++++------- 1 file changed, 32 insertions(+), 18 deletions(-) diff --git a/src/routes/console/[project]/users/index.svelte b/src/routes/console/[project]/users/index.svelte index fdf826c34..d9a19b521 100644 --- a/src/routes/console/[project]/users/index.svelte +++ b/src/routes/console/[project]/users/index.svelte @@ -55,7 +55,11 @@
- +
@@ -117,30 +121,40 @@
{:else if search} -
+
Sorry, we couldn’t find ‘{search}’ -
-
-

There are no users that match your search.

-
-
- +
+

There are no users that match your search.

+
+
+ +
+
+

Total results: {$usersList.response.total}

+ +
{:else} -
- -
-
-

Add Your First User To Get Started

-
-
- +
+
+ +
+
+

Add Your First User To Get Started

+
+
+ +
+
+

Total results: {$usersList.response.total}

+ +
{/if}