diff --git a/app/components/pub/custom-ui/nav-header/filter.vue b/app/components/pub/custom-ui/nav-header/filter.vue new file mode 100644 index 00000000..ca89728d --- /dev/null +++ b/app/components/pub/custom-ui/nav-header/filter.vue @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + {{ df.format(value.start.toDate(getLocalTimeZone())) }} - + {{ df.format(value.end.toDate(getLocalTimeZone())) }} + + + + {{ df.format(value.start.toDate(getLocalTimeZone())) }} + + + Pick a date + + + + (value.start = startDate)" + /> + + + + + + Filter + + + + diff --git a/app/components/pub/custom-ui/nav-header/prep.vue b/app/components/pub/custom-ui/nav-header/prep.vue index 27398802..61b83af9 100644 --- a/app/components/pub/custom-ui/nav-header/prep.vue +++ b/app/components/pub/custom-ui/nav-header/prep.vue @@ -24,17 +24,17 @@ function btnClick() {