Add catalog action bar with image size selector

This commit is contained in:
Dominic Ferrando
2025-04-20 23:48:51 -04:00
parent 2818c98e4e
commit ffafc896e2
4 changed files with 53 additions and 8 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ templ Thread(board database.Board, thread database.Thread, posts []database.Post
</form>
</div>
<hr />
<div style="margin-left: 25px;" class="link-button-container">
<div style="margin-left: 25px;">
<a href={ templ.URL("/" + thread.BoardSlug) } style="margin-right: 5px;" class="link-button">[Catalog]</a>
<a _="on click trigger refreshPosts on body" class="link-button">[Refresh]</a>
</div>