style: apply code formatting to generated templates and TypeScript files

- Regenerate Go template files with updated FileName paths for error reporting
- Apply Prettier formatting to api-explorer-docs.ts for consistency
- Format long function signatures across multiple lines for readability
- Format long conditional chains for better code clarity

Changes are purely formatting and do not affect functionality:
- api-explorer-docs.ts: Format initAPIExplorerDoc, tryDocEndpoint, and other functions
- Generated _templ.go files: Update FileName paths from relative to absolute (e.g., "admin.templ" → "templates/admin.templ")

This ensures consistent code style across the codebase and improves
error reporting by providing full file paths in template error messages.
This commit is contained in:
2026-03-12 15:44:46 -04:00
parent 533f8747e3
commit b4cf1ddafa
23 changed files with 93 additions and 59 deletions
File diff suppressed because one or more lines are too long