Add new dashboard

This commit is contained in:
Sean Morley
2024-12-03 14:00:48 -05:00
parent 88dbd41b92
commit a39e22b0a8
13 changed files with 181 additions and 11 deletions

View File

@@ -151,7 +151,9 @@
placeholder={$t('settings.confirm_new_password')}
class="block mb-2 input input-bordered w-full max-w-xs"
/>
<button class="py-2 px-4 btn btn-primary mt-2">{$t('settings.password_change')}</button>
<div class="tooltip tooltip-warning" data-tip={$t('settings.password_change_lopout_warning')}>
<button class="py-2 px-4 btn btn-primary mt-2">{$t('settings.password_change')}</button>
</div>
<br />
</form>
</div>