mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #810] [MERGED] Custom error pages #984
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/810
Author: @Boy132
Created: 12/10/2024
Status: ✅ Merged
Merged: 12/11/2024
Merged by: @Boy132
Base:
main← Head:feature/custom-error-pages📝 Commits (7)
ad96e92add custom error pages4fd3796move icon in front of header text24491a0show exception message if user is root admin6936204add missing page for very important error: 41834f3e30Update resources/views/errors/layout.blade.phpe851d6eUpdate resources/views/errors/layout.blade.phpa83c732add dark mode to error pages📊 Changes
7 files changed (+130 additions, -0 deletions)
View changed files
➕
resources/views/errors/401.blade.php(+8 -0)➕
resources/views/errors/403.blade.php(+8 -0)➕
resources/views/errors/404.blade.php(+8 -0)➕
resources/views/errors/418.blade.php(+8 -0)➕
resources/views/errors/500.blade.php(+8 -0)➕
resources/views/errors/503.blade.php(+8 -0)➕
resources/views/errors/layout.blade.php(+82 -0)📄 Description
Adds (simple) custom error pages for 401, 403, 404, 418, 500 and 503 in a more filament-ish style.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.