feat: add date math for filters #1342

Merged
konrad merged 88 commits from feature/date-math into main 2022-03-28 17:30:43 +00:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit 77bf347155 - Show all commits

View File

@ -114,3 +114,9 @@ import {format} from 'date-fns'
const exampleDate = format(new Date(), 'yyyy-MM-dd')
</script>
<style scoped>
.how-it-works-modal {
font-size: 1rem;
}
</style>

View File

@ -256,8 +256,4 @@ const buttonText = computed<string>(() => {
}
}
}
.how-it-works-modal {
font-size: 1rem;
}
</style>