feat: ability to hide underdue tasks
This commit is contained in:
parent
a7c74feb63
commit
ed8a5dae9c
16 changed files with 341 additions and 110 deletions
6
Taskfile
6
Taskfile
|
|
@ -1,5 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
fetch_3p_scripts() {
|
||||
curl "https://cdn.jsdelivr.net/npm/htmx-ext-response-targets@2.0.4" -o "static/htmx-ext-response-targets_2.0.4.min.js"
|
||||
curl "https://cdn.jsdelivr.net/npm/htmx.org@2.0.7/dist/htmx.min.js" -o "static/htmx_2.0.7.min.js"
|
||||
curl "https://cdn.jsdelivr.net/npm/alpinejs@3.15.12/dist/cdn.min.js" -o "static/alpine_3.15.12.min.js"
|
||||
}
|
||||
|
||||
playwright:local() {
|
||||
bash e2e/Taskfile playwright:local "$@"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue