progress switching to Timex and allowing user to set week_start_at in settings

This commit is contained in:
Adam Piontek 2021-03-12 12:47:06 -05:00
parent 4031640e1d
commit 235bcc5af3
17 changed files with 130 additions and 17 deletions
assets/js

View file

@ -35,6 +35,7 @@ import "../node_modules/@mdi/svg/svg/head-question-outline.svg"; // forgot passw
import "../node_modules/bootstrap-icons/icons/people.svg"; // users management
// calendar/event icons
import "../node_modules/bootstrap-icons/icons/calendar3-event.svg";
import "../node_modules/bootstrap-icons/icons/calendar3-range.svg";
import "../node_modules/bootstrap-icons/icons/clock-history.svg"; // shift template
import "../node_modules/bootstrap-icons/icons/tag.svg";
import "../node_modules/bootstrap-icons/icons/hourglass.svg";