Safety backup before Path A fixes - fixing function mismatches and missing functions

This commit is contained in:
2026-03-11 11:01:43 -04:00
parent 0a5042e130
commit 083f152b35
62 changed files with 202 additions and 261 deletions
+1 -2
View File
@@ -97,7 +97,7 @@ templ Admin(user User) {
</div>
<div class="mt-4 flex gap-2">
<button
@click="window.location.reload()"
@click="$store.window.location.reload()"
class="btn-primary px-4 py-2 rounded-lg"
>
Refresh to View Books
@@ -117,4 +117,3 @@ templ Admin(user User) {
</body>
</html>
}