Rename frontend template references: Bookmann → Bookhoard
Template changes: - Update page titles: "Bookmann" → "Bookhoard" - Update header branding and navigation text - Regenerate compiled .go templates from .templ sources - Update all UI references in HTML templates This is part 3 of the project rename to Bookhoard.
This commit is contained in:
@@ -5,7 +5,7 @@ templ Admin(user User) {
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Admin Dashboard - Bookmann</title>
|
||||
<title>Admin Dashboard - Bookhoard</title>
|
||||
<script src="/static/htmx.min.js"></script>
|
||||
<script src="/static/toast.js"></script>
|
||||
<link href="/static/style.css" rel="stylesheet">
|
||||
@@ -48,7 +48,7 @@ templ Admin(user User) {
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex justify-between items-center h-16">
|
||||
<div class="flex items-center">
|
||||
<h1 class="text-xl font-bold" style="color: var(--text-primary)">📚 Bookmann</h1>
|
||||
<h1 class="text-xl font-bold" style="color: var(--text-primary)">📚 Bookhoard</h1>
|
||||
</div>
|
||||
<div class="flex items-center space-x-4">
|
||||
<a href="/" class="px-3 py-2 text-sm hover:opacity-80" style="color: var(--text-secondary)">Library</a>
|
||||
@@ -83,7 +83,7 @@ templ Admin(user User) {
|
||||
<div class="max-w-4xl">
|
||||
<div class="mb-8">
|
||||
<h1 class="text-3xl font-bold mb-2" style="color: var(--text-primary)">Dashboard</h1>
|
||||
<p style="color: var(--text-secondary)">Overview of your Bookmann library and settings</p>
|
||||
<p style="color: var(--text-secondary)">Overview of your Bookhoard library and settings</p>
|
||||
</div>
|
||||
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
|
||||
|
||||
Reference in New Issue
Block a user