frontend styling and misc fixes

This commit is contained in:
Per Stark
2025-01-24 14:20:16 +01:00
parent a9e2f67b3f
commit 3df72ce99d
8 changed files with 52 additions and 37 deletions

View File

@@ -0,0 +1,13 @@
<div class="">
<!-- <div class="card bg-base-100 shadow-xl"> -->
<div class="card-body">
<h2 class="card-title">
Search your content
</h2>
<input type="text" placeholder="Search your knowledge base" class="input input-bordered w-full" name="query"
hx-get="/search" hx-target="#search-results" />
<div id="search-results" class="mt-4">
<!-- Results will be populated here by HTMX -->
</div>
</div>
</div>