From 2b2791d44e5d430173cdeb2b08566fa36582d334 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sat, 28 Mar 2026 23:54:26 -0400 Subject: [PATCH] fix: update admin page button label clarity Update 'Manage Folders' button text to 'Manage Libraries and Folders' to better reflect the full functionality of managing both libraries and scan directories in one place. --- templates/admin.templ | 4 ++-- templates/admin_templ.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/admin.templ b/templates/admin.templ index f4a4ce8..a5d1ad9 100644 --- a/templates/admin.templ +++ b/templates/admin.templ @@ -52,8 +52,8 @@ templ Admin(user User) {
Re-scan existing files and fix metadata
-
Manage Folders
-
Add or remove scan directories
+
Manage Libraries and Folders
+
Add or remove libraries and scan directories
diff --git a/templates/admin_templ.go b/templates/admin_templ.go index 21f5641..b8d285f 100644 --- a/templates/admin_templ.go +++ b/templates/admin_templ.go @@ -45,7 +45,7 @@ func Admin(user User) templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 3, "

Dashboard

Overview of your Bookhoard library and settings

📖

Library

Manage your ebook collection

View Library
👁️

Scan Watch Status

Auto-detecting new files

Watching 0 libraries

Quick Actions

Manage Folders
Add or remove scan directories

📚 Scanning Libraries

Overall Progress 0%
Starting scan...

✅ Scan Complete!

") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 3, "

Dashboard

Overview of your Bookhoard library and settings

📖

Library

Manage your ebook collection

View Library
👁️

Scan Watch Status

Auto-detecting new files

Watching 0 libraries

Quick Actions

Manage Libraries and Folders
Add or remove libraries and scan directories

📚 Scanning Libraries

Overall Progress 0%
Starting scan...

✅ Scan Complete!

") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }