Implement folder sorting

This commit is contained in:
Jackzie 2025-04-20 08:48:33 -05:00
parent 6eb900b814
commit d1cf5d3038
5 changed files with 49 additions and 7 deletions

View file

@ -24,7 +24,7 @@
<div class="field">
<label class="label">Username / Email</label>
<div class="control has-icons-left">
<input required name="username" class="input {{#if errors.username}}is-danger{{/if}}" type="text" placeholder="Username or Email">
<input autofocus required name="username" class="input {{#if errors.username}}is-danger{{/if}}" type="text" placeholder="Username or Email">
<span class="icon is-small is-left">
<i class="fas fa-user"></i>
</span>