feat: add HTTP 404 and 500 error pages with mobile-friendly styling #144
Reference in New Issue
Block a user
Delete Branch "feature/error-handlers-131"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ErrorNotFoundandErrorInternalhandler methods with styled error pagesinternal/templates/error.htmlwith responsive layout, SVG icons, and dashboard linkstatic/style.csshttp.NotFoundin Dashboard handler with styledErrorNotFoundCloses #131
Test plan
go test ./internal/handlers/ -run TestErrorpassesgo test ./internal/handlers/ -run TestDashboard_NonRootpasses