diff --git a/templates/admin.templ b/templates/admin.templ index 6e1a46f..a171290 100644 --- a/templates/admin.templ +++ b/templates/admin.templ @@ -97,7 +97,7 @@ templ Admin(user User) {
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 Folders
Add or remove scan directories

📚 Scanning Libraries

Overall Progress 0%
Starting scan...

✅ Scan Complete!

") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/templates/admin_users_templ.go b/templates/admin_users_templ.go index 89d6b04..21040ff 100644 --- a/templates/admin_users_templ.go +++ b/templates/admin_users_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/analytics_templ.go b/templates/analytics_templ.go index 85350ac..c31690a 100644 --- a/templates/analytics_templ.go +++ b/templates/analytics_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/api_explorer.templ b/templates/api_explorer.templ index bc65f2a..e3eec95 100644 --- a/templates/api_explorer.templ +++ b/templates/api_explorer.templ @@ -25,16 +25,16 @@ templ APIExplorer(explorer APIExplorerData) {
{ explorer.Endpoint.Response }
- - + +
} else { // Show interactive explorer with real execution
- - + +
@@ -67,7 +67,7 @@ templ APIExplorer(explorer APIExplorerData) { // APIExplorerData holds data for the API explorer component type APIExplorerData struct { - Endpoint EndpointInfo + Endpoint EndpointInfo IsLoggedIn bool } diff --git a/templates/api_explorer_templ.go b/templates/api_explorer_templ.go index 0ed4ad2..fd45a96 100644 --- a/templates/api_explorer_templ.go +++ b/templates/api_explorer_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/bookshelf.templ b/templates/bookshelf.templ index daddec7..dc08700 100644 --- a/templates/bookshelf.templ +++ b/templates/bookshelf.templ @@ -19,7 +19,7 @@ templ BookShelf(user User, libraries []LibraryData) {
- if len(libraries) == 0 { } else { @@ -30,7 +30,7 @@ templ BookShelf(user User, libraries []LibraryData) {
-
diff --git a/templates/bookshelf_templ.go b/templates/bookshelf_templ.go index a52df2c..05ce75a 100644 --- a/templates/bookshelf_templ.go +++ b/templates/bookshelf_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/collection_modal_templ.go b/templates/collection_modal_templ.go index 421ac77..7473533 100644 --- a/templates/collection_modal_templ.go +++ b/templates/collection_modal_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/collection_rules_templ.go b/templates/collection_rules_templ.go index 34a2936..d88f786 100644 --- a/templates/collection_rules_templ.go +++ b/templates/collection_rules_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/collections.templ b/templates/collections.templ index 559a5c1..b7534f8 100644 --- a/templates/collections.templ +++ b/templates/collections.templ @@ -60,7 +60,7 @@ templ Collection(user User, collections []CollectionData, errorMessage string) {
} for _, col := range collections { -
+
-
@@ -147,13 +147,13 @@ templ CollectionDetail(user User, collection CollectionData, books []handlers.Bo
-
@@ -213,7 +213,7 @@ templ CollectionDetail(user User, collection CollectionData, books []handlers.Bo
+

Search and select books to add to this collection.

@@ -249,10 +249,10 @@ templ CollectionDetail(user User, collection CollectionData, books []handlers.Bo
- -
diff --git a/templates/collections_templ.go b/templates/collections_templ.go index d3f4955..2cb3ebd 100644 --- a/templates/collections_templ.go +++ b/templates/collections_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/conflicts_templ.go b/templates/conflicts_templ.go index 61ce79d..393bd10 100644 --- a/templates/conflicts_templ.go +++ b/templates/conflicts_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/custom_section_templ.go b/templates/custom_section_templ.go index f4bb9f6..7e9e705 100644 --- a/templates/custom_section_templ.go +++ b/templates/custom_section_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/dashboard_templ.go b/templates/dashboard_templ.go index 033daec..740ac55 100644 --- a/templates/dashboard_templ.go +++ b/templates/dashboard_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. @@ -260,7 +260,7 @@ func CollectionCarousel(section handlers.SectionData) templ.Component { return templ_7745c5c3_Err } } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 22, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/templates/devices_templ.go b/templates/devices_templ.go index b882e2d..ac0ebaf 100644 --- a/templates/devices_templ.go +++ b/templates/devices_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/docs_templ.go b/templates/docs_templ.go index 572dbd0..8593811 100644 --- a/templates/docs_templ.go +++ b/templates/docs_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/error_templ.go b/templates/error_templ.go index 0291085..6bfa573 100644 --- a/templates/error_templ.go +++ b/templates/error_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.977 +// templ: version: v0.3.1001 package templates //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/templates/header.templ b/templates/header.templ index 1ce04e3..dc255bd 100644 --- a/templates/header.templ +++ b/templates/header.templ @@ -70,7 +70,7 @@ templ Header(user User, currentPath string) {

Select Theme

Select Theme

Bookshelf Background

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