feat: add HTMX-driven filter bar and browse fragments
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{{define "title"}}Browse{{end}}
|
||||
{{define "content"}}
|
||||
{{if .WatchlistIDs}}<script>initWatchlist({{.WatchlistIDs}})</script>{{end}}
|
||||
<div class="flex flex-col gap-6">
|
||||
{{template "browse_content" .}}
|
||||
{{end}}
|
||||
|
||||
{{define "browse_content"}}
|
||||
<div id="browse-content" class="flex flex-col gap-6">
|
||||
<div class="flex items-end justify-between">
|
||||
<h1 class="text-xl font-normal text-foreground">Browse</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user