web/js: show more errors when some probable error cases happen (#151)

Closes #150

This should hopefully make Anubis more self-describing when errors do
happen so users can self-service.
This commit is contained in:
Xe Iaso 2025-03-28 15:47:18 -04:00 committed by GitHub
parent 937f1dd330
commit 6b2ae30bae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 103 additions and 38 deletions

View file

@ -13,7 +13,6 @@ import (
)
//go:generate go run github.com/a-h/templ/cmd/templ@latest generate
//go:generate npm run build
var (
//go:embed *.css static

View file

@ -1,6 +1,6 @@
// Code generated by templ - DO NOT EDIT.
// templ: version: v0.3.850
// templ: version: v0.3.857
package xess
//lint:file-ignore SA4006 This context is only used if a nested component is present.