feat: enhance layout of search

This commit is contained in:
2023-08-06 17:47:26 +02:00
parent 0e0d26c939
commit 6f650b568d
25 changed files with 518 additions and 172 deletions

View File

@@ -15,6 +15,7 @@
}
},
"imports": {
"typesense": "https://raw.githubusercontent.com/bradenmacdonald/typesense-deno/main/mod.ts",
"$fresh/": "https://deno.land/x/fresh@1.3.1/",
"yaml": "https://deno.land/std@0.197.0/yaml/mod.ts",
"preact": "https://esm.sh/preact@10.15.1",
@@ -37,4 +38,4 @@
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}
}