style: Standardize template formatting and indentation

Applies consistent code formatting to template source files:

Changes:
- Fixed inconsistent indentation in admin_library.templ (tabs vs spaces)
- Standardized whitespace alignment across multiple template files
- Ensured generated Go files match reformatted sources

Templates Updated:
- admin_library.templ: Indentation fixes for AdminSidebar component
- analytics.templ: Whitespace normalization
- collections.templ: Whitespace normalization
- conflicts.templ: Whitespace normalization
- dashboard.templ: Whitespace normalization

Generated Go Files:
- All corresponding *_templ.go files regenerated to match

These are cosmetic formatting changes only - no functional changes.
Alpine.js integration, template logic, and application behavior unchanged.
This commit is contained in:
2026-03-11 11:39:42 -04:00
parent 287e526e04
commit 2214288d9c
10 changed files with 40 additions and 52 deletions
-1
View File
@@ -74,7 +74,6 @@ templ Dashboard(user User, sections []handlers.SectionData, allSections []handle
<!-- Dashboard Settings Modal -->
@DashboardSettingsModal(allSections, hiddenCollections, itemsPerSection)
@ErrorToast(errorMessage)
<script src="/static/woodPanelingInit.js"></script>
</body>
</html>
}