interval field client processing

This commit is contained in:
jude
2022-03-27 18:03:42 +01:00
parent f4ef7afea0
commit 3add718cdf
4 changed files with 74 additions and 4 deletions

View File

@ -66,7 +66,7 @@
<div class="navbar-item">
<a class="button is-rounded is-light" href="/dashboard">
<p>
Dashboard <span class="icon"><i class="fas fa-chevron-right"></i></span>
<span>Dashboard</span> <span class="icon"><i class="fas fa-chevron-right"></i></span>
</p>
</a>
</div>
@ -114,7 +114,7 @@
<div class="hero-foot has-text-centered">
<a class="button is-size-4 is-rounded is-success" href="https://invite.reminder-bot.com">
<p class="is-size-4">
Add to your Server <span class="icon"><i class="fas fa-chevron-right"></i></span>
<span>Add to your Server</span> <span class="icon"><i class="fas fa-chevron-right"></i></span>
</p>
</a>
</div>
@ -122,7 +122,7 @@
<div class="hero-foot has-text-centered">
<a class="button is-size-4 is-rounded is-primary" href="https://discord.jellywx.com">
<p class="is-size-4">
Join Discord <span class="icon"><i class="fas fa-chevron-right"></i></span>
<span>Join Discord</span> <span class="icon"><i class="fas fa-chevron-right"></i></span>
</p>
</a>
</div>

View File

@ -321,6 +321,7 @@
{% include "reminder_dashboard/personal_reminder" %}
</template>
<script src="/static/js/interval.js"></script>
<script src="/static/js/timezone.js"></script>
<script src="/static/js/main.js"></script>

View File

@ -159,7 +159,7 @@
<input class="w2" type="text" pattern="\d*" name="interval_minutes" maxlength="2" placeholder="MM">:
<input class="w2" type="text" pattern="\d*" name="interval_seconds" maxlength="2" placeholder="SS">
</div>
<button><span class="icon"><i class="fas fa-trash"></i></span></button>
<button class="clear"><span class="icon"><i class="fas fa-trash"></i></span></button>
</div>
</div>
</div>