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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user