mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 10:48:37 +02:00
frontend styling and misc fixes
This commit is contained in:
13
templates/index/signed_in/searchbar.html
Normal file
13
templates/index/signed_in/searchbar.html
Normal 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>
|
||||
Reference in New Issue
Block a user