feat: include search.js script in templates

- Add search.js to bookshelf template
- Add search.js to dashboard template
- Enable search functionality on main pages
This commit is contained in:
2026-01-29 20:20:55 -05:00
parent e9afb127f8
commit 056cfb5b24
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ templ BookShelf(user User) {
<script src="/static/htmx.min.js"></script>
<script src="/static/toast.js"></script>
<script src="/static/header.js"></script>
<script src="/static/search.js"></script>
<link href="/static/style.css" rel="stylesheet">
<style>
:root {
+1
View File
@@ -10,6 +10,7 @@ templ Dashboard(user User) {
<script src="/static/htmx.min.js"></script>
<script src="/static/toast.js"></script>
<script src="/static/header.js"></script>
<script src="/static/search.js"></script>
<link href="/static/style.css" rel="stylesheet">
<style>
:root {