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:
@@ -6,7 +6,7 @@ templ Devices(user User, devices []DeviceData, pendingRegistrations []PendingReg
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>Device Management - Bookmann</title>
|
||||
<title>Device Management - Bookhoard</title>
|
||||
<script src="/static/htmx.min.js"></script>
|
||||
<script src="/static/toast.js"></script>
|
||||
<link href="/static/style.css" rel="stylesheet"/>
|
||||
@@ -393,8 +393,8 @@ templ Devices(user User, devices []DeviceData, pendingRegistrations []PendingReg
|
||||
style="background-color: var(--bg-primary); color: var(--text-primary); border-color: var(--border);"
|
||||
>
|
||||
<option value="bidirectional">Bidirectional (sync both ways)</option>
|
||||
<option value="book_to_device">Bookmann → Device</option>
|
||||
<option value="device_to_book">Device → Bookmann</option>
|
||||
<option value="book_to_device">Bookhoard → Device</option>
|
||||
<option value="device_to_book">Device → Bookhoard</option>
|
||||
<option value="none">No sync</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user