1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
wakapi/views
Roch D'Amour 17ddd7ca76 Prevent invalid dates ranges in summary page
It is currently possible to enter a "End" date that is before the start
date, or a "start" date that is after the end date. This commit prevent the
user from directly entering an invalid date by setting a "min" and "max"
value on those two date picker.

There are no validation or the server's side, but that shouldn't be a
problem since the invalid date will not create an error, it will simply
not return any data.
2021-03-06 02:38:28 -05:00
..
alerts.tpl.html feat: user signup 2020-05-24 16:34:32 +02:00
foot.tpl.html chore: get rid of cdn and serve all static assets locally 2021-01-31 14:10:17 +01:00
footer.tpl.html feat: display setup instructions on startup (resolve #120) 2021-02-12 10:10:44 +01:00
head.tpl.html fix: use compatible tailwind version 2021-02-21 13:02:01 +01:00
header.tpl.html chore: code smell [ci skip] 2021-02-12 19:26:23 +01:00
imprint.tpl.html style: change color palette 2021-02-05 23:42:20 +01:00
index.tpl.html feat: add prometheus metrics without external standalone exporter 2021-02-12 18:50:13 +01:00
login.tpl.html style: change color palette 2021-02-05 23:42:20 +01:00
settings.tpl.html chore: introduce user email addresses (resolve #132) 2021-02-21 13:02:11 +01:00
signup.tpl.html chore: introduce user email addresses (resolve #132) 2021-02-21 13:02:11 +01:00
summary.tpl.html Prevent invalid dates ranges in summary page 2021-03-06 02:38:28 -05:00