mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1207] [MERGED] Refactor admin dashboard to use widgets #1251
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/1207
Author: @Boy132
Created: 4/3/2025
Status: ✅ Merged
Merged: 4/4/2025
Merged by: @Boy132
Base:
main← Head:boy132/dashboard-widgets-refactor📝 Commits (1)
6f98639refactor 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.