mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1452] [MERGED] Refactor admin dashboard widgets to use forms #1396
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/1452
Author: @Boy132
Created: 6/17/2025
Status: ✅ Merged
Merged: 6/19/2025
Merged by: @Boy132
Base:
main← Head:boy132/form-widgets📝 Commits (1)
b489b39refactor admin dashboard widgets to use forms📊 Changes
12 files changed (+153 additions, -174 deletions)
View changed files
📝
app/Filament/Admin/Widgets/CanaryWidget.php(+27 -16)➕
app/Filament/Admin/Widgets/FormWidget.php(+16 -0)📝
app/Filament/Admin/Widgets/HelpWidget.php(+24 -16)📝
app/Filament/Admin/Widgets/NoNodesWidget.php(+23 -15)📝
app/Filament/Admin/Widgets/SupportWidget.php(+27 -17)📝
app/Filament/Admin/Widgets/UpdateWidget.php(+33 -20)➖
resources/views/filament/admin/widgets/canary-widget.blade.php(+0 -19)➕
resources/views/filament/admin/widgets/form-widget.blade.php(+3 -0)➖
resources/views/filament/admin/widgets/help-widget.blade.php(+0 -14)➖
resources/views/filament/admin/widgets/no-nodes-widget.blade.php(+0 -14)➖
resources/views/filament/admin/widgets/support-widget.blade.php(+0 -18)➖
resources/views/filament/admin/widgets/update-widget.blade.php(+0 -25)📄 Description
No frontend changes, just backend refactors.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.