From 33c69e7c71894243ca2a6c471758bef651e837fd Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 30 Jul 2026 13:08:25 -0400 Subject: [PATCH] chore(templates): regenerate stale book_detail_modals templ output Running `templ generate` to pick up the book_detail changes also resynced book_detail_modals_templ.go, whose committed output was stale relative to its source. The regeneration (templ v0.3.1020) reformats boolean attribute rendering (e.g. `selected`) via templ.ResolveAttributeValue and reflects pre-existing source additions such as id/for label associations. No source (.templ) change in this file; generated output only. --- templates/book_detail_modals_templ.go | 262 ++++++++++++++------------ 1 file changed, 143 insertions(+), 119 deletions(-) diff --git a/templates/book_detail_modals_templ.go b/templates/book_detail_modals_templ.go index f5c40ca..3b7a760 100644 --- a/templates/book_detail_modals_templ.go +++ b/templates/book_detail_modals_templ.go @@ -737,214 +737,238 @@ func MetadataEditorModal(book handlers.MediaDetail) templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 64, "\" class=\"w-full px-3 py-2 rounded-lg border text-sm\" style=\"background-color: var(--bg-secondary); border-color: var(--border); color: var(--text-primary);\">
Unknown
No
Yes
Auto
Left to Right
Right to Left
Vertical
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 73, "\" class=\"w-full px-3 py-2 rounded-lg border text-sm\" style=\"background-color: var(--bg-secondary); border-color: var(--border); color: var(--text-primary);\">
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }