fix(templates): update admin templates for new features

- Add collection bulk operations UI
- Add book bulk actions
- Update navigation for analytics page
This commit is contained in:
2026-02-01 12:15:54 -05:00
parent c5f327b991
commit 2207bb5b9f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func AdminLibrary(user User) templ.Component {
var templ_7745c5c3_Var2 string
templ_7745c5c3_Var2, templ_7745c5c3_Err = templ.JoinStringErrs(user.Username)
if templ_7745c5c3_Err != nil {
return templ.Error{Err: templ_7745c5c3_Err, FileName: `admin_library.templ`, Line: 55, Col: 91}
return templ.Error{Err: templ_7745c5c3_Err, FileName: `templates/admin_library.templ`, Line: 55, Col: 91}
}
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var2))
if templ_7745c5c3_Err != nil {