|
@@ -114,6 +114,8 @@
|
|
toast.error($i18n.t('File not found.'));
|
|
toast.error($i18n.t('File not found.'));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ loading = false;
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
|
|
|
|
@@ -169,7 +171,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="px-1">
|
|
<div class="px-1">
|
|
{#if tab === ''}
|
|
{#if tab === ''}
|
|
- <div class="flex flex-col w-full">
|
|
|
|
|
|
+ <div class="flex flex-col w-full mb-3">
|
|
<div class=" mb-1 text-xs text-gray-500">{$i18n.t('Role')}</div>
|
|
<div class=" mb-1 text-xs text-gray-500">{$i18n.t('Role')}</div>
|
|
|
|
|
|
<div class="flex-1">
|
|
<div class="flex-1">
|
|
@@ -191,7 +193,7 @@
|
|
|
|
|
|
<div class="flex-1">
|
|
<div class="flex-1">
|
|
<input
|
|
<input
|
|
- class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 disabled:text-gray-500 dark:disabled:text-gray-500 outline-none"
|
|
|
|
|
|
+ class="w-full text-sm bg-transparent disabled:text-gray-500 dark:disabled:text-gray-500 outline-none"
|
|
type="text"
|
|
type="text"
|
|
bind:value={_user.name}
|
|
bind:value={_user.name}
|
|
placeholder={$i18n.t('Enter Your Full Name')}
|
|
placeholder={$i18n.t('Enter Your Full Name')}
|
|
@@ -208,7 +210,7 @@
|
|
|
|
|
|
<div class="flex-1">
|
|
<div class="flex-1">
|
|
<input
|
|
<input
|
|
- class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 disabled:text-gray-500 dark:disabled:text-gray-500 outline-none"
|
|
|
|
|
|
+ class="w-full text-sm bg-transparent disabled:text-gray-500 dark:disabled:text-gray-500 outline-none"
|
|
type="email"
|
|
type="email"
|
|
bind:value={_user.email}
|
|
bind:value={_user.email}
|
|
placeholder={$i18n.t('Enter Your Email')}
|
|
placeholder={$i18n.t('Enter Your Email')}
|
|
@@ -222,7 +224,7 @@
|
|
|
|
|
|
<div class="flex-1">
|
|
<div class="flex-1">
|
|
<input
|
|
<input
|
|
- class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 disabled:text-gray-500 dark:disabled:text-gray-500 outline-none"
|
|
|
|
|
|
+ class="w-full text-sm bg-transparent disabled:text-gray-500 dark:disabled:text-gray-500 outline-none"
|
|
type="password"
|
|
type="password"
|
|
bind:value={_user.password}
|
|
bind:value={_user.password}
|
|
placeholder={$i18n.t('Enter Your Password')}
|
|
placeholder={$i18n.t('Enter Your Password')}
|