Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperninjaXII committed Nov 9, 2024
1 parent 2a1e40e commit 1ed96bc
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 144 deletions.
17 changes: 0 additions & 17 deletions Dockerfile

This file was deleted.

Empty file removed admin.db-journal
Empty file.
23 changes: 0 additions & 23 deletions api/index.go

This file was deleted.

Binary file removed app
Binary file not shown.
74 changes: 0 additions & 74 deletions dev/watcher.go

This file was deleted.

Empty file removed gitignore
Empty file.
1 change: 1 addition & 0 deletions public/lib/htmx.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions vercel.json

This file was deleted.

42 changes: 20 additions & 22 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,30 @@
{{define "search"}}
<main>
<div class="blob">
<div hx-get="/display" hx-trigger="trigger-event" hx-swap="morph:innerHTML" hx-push-url="true" class="books">

</div>
<div id="suggestions">

</div>
<div id="suggestions">

</div>
<section class="search-container">
<h1>search</h1>
<div class="search">
<input class="search-input" type="search" name="search" placeholder="Search ...">
<div class="search-btn">
search
</div>
</div>
<section class="search-container">
<h1>search</h1>
<div class="search">
<input class="search-input" type="search" name="search" placeholder="Search ...">
<div class="search-btn">
search
</div>
</div>




</section>
<section class="recommendation">
<h2>recommendations</h2>
<div>
<p class="text">The Go programming Book</p>
<p class="text">The JavaScript programming Book</p>
</div>
</section>
<main>
{{end}}
</section>
<section class="recommendation">
<h2>recommendations</h2>
<div>
<p class="text">The Go programming Book</p>
<p class="text">The JavaScript programming Book</p>
</div>
</section>
<main>
{{end}}

0 comments on commit 1ed96bc

Please sign in to comment.