[PR #810] [MERGED] Custom error pages #984

Closed
opened 2026-02-05 18:00:22 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: feature/custom-error-pages


📝 Commits (7)

  • ad96e92 add custom error pages
  • 4fd3796 move icon in front of header text
  • 24491a0 show exception message if user is root admin
  • 6936204 add missing page for very important error: 418
  • 34f3e30 Update resources/views/errors/layout.blade.php
  • e851d6e Update resources/views/errors/layout.blade.php
  • a83c732 add 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.

grafik
grafik
grafik


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/810 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `feature/custom-error-pages` --- ### 📝 Commits (7) - [`ad96e92`](https://github.com/pelican-dev/panel/commit/ad96e921870d6c0f8c5299b38ed397c6329c8711) add custom error pages - [`4fd3796`](https://github.com/pelican-dev/panel/commit/4fd37963df0879ca8af893cf4b66d91407cc1cba) move icon in front of header text - [`24491a0`](https://github.com/pelican-dev/panel/commit/24491a04b031a26acce14315deb87b5fe766ea4a) show exception message if user is root admin - [`6936204`](https://github.com/pelican-dev/panel/commit/693620469b0906cc48b94bd296f6b3bddef8471d) add missing page for very important error: 418 - [`34f3e30`](https://github.com/pelican-dev/panel/commit/34f3e30890611ca8a693e31f22ffbdab303c3db8) Update resources/views/errors/layout.blade.php - [`e851d6e`](https://github.com/pelican-dev/panel/commit/e851d6e0f5b34909696304a95b2e4c0b8799d621) Update resources/views/errors/layout.blade.php - [`a83c732`](https://github.com/pelican-dev/panel/commit/a83c732cb74829254345a97eee7401d6bb44ddf7) add dark mode to error pages ### 📊 Changes **7 files changed** (+130 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Adds (simple) custom error pages for 401, 403, 404, 418, 500 and 503 in a more filament-ish style. ![grafik](https://github.com/user-attachments/assets/5bba57f0-0a56-4a25-a49c-ec98d8cc48a0) ![grafik](https://github.com/user-attachments/assets/737134ab-af0e-4621-bb47-7cc5d441989e) ![grafik](https://github.com/user-attachments/assets/4ea8000e-1454-42cf-a603-3fb455eb116b) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:00:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#984