diff --git a/package.json b/package.json index 884fab93..051f2a79 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "licenses:export": "license-exporter --md" }, "dependencies": { - "@odit/lfk-client-js": "0.0.8", + "@odit/lfk-client-js": "0.0.9", "filepond": "^4.25.1", "gridjs": "^3.2.1", "localforage": "^1.9.0", diff --git a/src/components/AddUserModal.svelte b/src/components/AddUserModal.svelte new file mode 100644 index 00000000..05a2b8f8 --- /dev/null +++ b/src/components/AddUserModal.svelte @@ -0,0 +1,224 @@ + + +{#if modal_open} +
+ {$_('please-provide-the-required-information-to-add-a-new-track')} +
+admin users
++ manage admin users +
+users are being loaded...
+{$_('this-might-take-a-moment')}
++ Name + | ++ Title + | ++ Status + | ++ Role + | ++ Edit + | +
---|---|---|---|---|
+
+ {#if u.profilePic}
+
+
+
+ {/if}
+
+
+
+ {u.firstname}
+
+
+ {u.email || u.username}
+
+ |
+
+
+ Regional Paradigm Technician
+
+ Optimization
+ |
+ + {#if u.enabled} + Active + {:else} + Inactive + {/if} + | ++ {#each u.groups as g} + {g.name} + {/each} + | ++ Edit + Delete + | +
+ There are no users added yet.
+ Add your first user
+