Add pull to search

This commit is contained in:
Claudio Ortolina
2026-02-13 12:57:30 +00:00
parent 8862e1d374
commit 45240358d9
6 changed files with 79 additions and 1 deletions
+7
View File
@@ -8,6 +8,7 @@
"barcode-detector": "^3.0.0",
"canvas-confetti": "^1.9.3",
"live_toast": "file:../deps/live_toast",
"pulltorefreshjs": "^0.1.22",
"sortablejs": "^1.15.6"
},
"devDependencies": {
@@ -87,6 +88,12 @@
"node": ">=4"
}
},
"node_modules/pulltorefreshjs": {
"version": "0.1.22",
"resolved": "https://registry.npmjs.org/pulltorefreshjs/-/pulltorefreshjs-0.1.22.tgz",
"integrity": "sha512-haxNVEHnS4NCQA7NeG7TSV69z4uqy/N7nfPRuc4dPWe8H6ygUrMjdNeohE+6v0lVVX/ukSjbLYwPUGUYtFKfvQ==",
"license": "MIT"
},
"node_modules/sortablejs": {
"version": "1.15.7",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.7.tgz",