[PR #1207] [MERGED] Refactor admin dashboard to use widgets #1251

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1207
Author: @Boy132
Created: 4/3/2025
Status: Merged
Merged: 4/4/2025
Merged by: @Boy132

Base: mainHead: boy132/dashboard-widgets-refactor


📝 Commits (1)

  • 6f98639 refactor admin dashboard to use widgets

📊 Changes

14 files changed (+262 additions, -175 deletions)

View changed files

📝 app/Filament/Admin/Pages/Dashboard.php (+11 -67)
app/Filament/Admin/Widgets/CanaryWidget.php (+32 -0)
app/Filament/Admin/Widgets/HelpWidget.php (+27 -0)
app/Filament/Admin/Widgets/NoNodesWidget.php (+34 -0)
app/Filament/Admin/Widgets/SupportWidget.php (+28 -0)
app/Filament/Admin/Widgets/UpdateWidget.php (+39 -0)
📝 app/Providers/Filament/AdminPanelProvider.php (+1 -0)
📝 lang/en/admin/dashboard.php (+0 -3)
resources/views/filament/admin/widgets/canary-widget.blade.php (+19 -0)
resources/views/filament/admin/widgets/help-widget.blade.php (+14 -0)
resources/views/filament/admin/widgets/no-nodes-widget.blade.php (+14 -0)
resources/views/filament/admin/widgets/support-widget.blade.php (+18 -0)
resources/views/filament/admin/widgets/update-widget.blade.php (+25 -0)
resources/views/filament/pages/dashboard.blade.php (+0 -105)

📄 Description

No frontend changes, just backend refactors.


🔄 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/1207 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/4/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/dashboard-widgets-refactor` --- ### 📝 Commits (1) - [`6f98639`](https://github.com/pelican-dev/panel/commit/6f986391a88b84d1932efe5272c16ff91fe7a3d2) refactor admin dashboard to use widgets ### 📊 Changes **14 files changed** (+262 additions, -175 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Pages/Dashboard.php` (+11 -67) ➕ `app/Filament/Admin/Widgets/CanaryWidget.php` (+32 -0) ➕ `app/Filament/Admin/Widgets/HelpWidget.php` (+27 -0) ➕ `app/Filament/Admin/Widgets/NoNodesWidget.php` (+34 -0) ➕ `app/Filament/Admin/Widgets/SupportWidget.php` (+28 -0) ➕ `app/Filament/Admin/Widgets/UpdateWidget.php` (+39 -0) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+1 -0) 📝 `lang/en/admin/dashboard.php` (+0 -3) ➕ `resources/views/filament/admin/widgets/canary-widget.blade.php` (+19 -0) ➕ `resources/views/filament/admin/widgets/help-widget.blade.php` (+14 -0) ➕ `resources/views/filament/admin/widgets/no-nodes-widget.blade.php` (+14 -0) ➕ `resources/views/filament/admin/widgets/support-widget.blade.php` (+18 -0) ➕ `resources/views/filament/admin/widgets/update-widget.blade.php` (+25 -0) ➖ `resources/views/filament/pages/dashboard.blade.php` (+0 -105) </details> ### 📄 Description No frontend changes, just backend refactors. --- <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:08:09 +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#1251