diff --git a/src/components/UsersOverview.svelte b/src/components/UsersOverview.svelte index 33b0d867..ccbbb5dc 100644 --- a/src/components/UsersOverview.svelte +++ b/src/components/UsersOverview.svelte @@ -1,25 +1,19 @@ @@ -44,11 +38,6 @@ class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"> Name - - Title - @@ -66,145 +55,60 @@ {#each users as u} - - -
- {#if u.profilePic} -
- -
- {/if} -
-
- {u.firstname} - {u.middlename || ''} - {u.lastname} -
-
- {u.email || u.username} + + +
+ {#if u.profilePic} +
+ +
+ {/if} +
+
+ {u.firstname} + {u.middlename || ''} + {u.lastname} +
+
+ {u.email || u.username} +
-
- - -
- Regional Paradigm Technician -
-
Optimization
- - - {#if u.enabled} - Active - {:else} - Inactive - {/if} - - - {#each u.groups as g} + + + {#if u.enabled} + Active + {:else} + Inactive + {/if} + + + {#each u.groups as g} + {g.name} + {/each} + + {g.name} - {/each} - - - Edit - Delete - - + href="./{u.id}" + class="text-indigo-600 hover:text-indigo-900">Edit + Delete + + {/each} -
- Showing 21-30 of 100 - - - - - -
{/if} {:catch error}