[PR #1452] [MERGED] Refactor admin dashboard widgets to use forms #1396

Closed
opened 2026-02-04 19:43:24 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: boy132/form-widgets


📝 Commits (1)

  • b489b39 refactor 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1452 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/form-widgets` --- ### 📝 Commits (1) - [`b489b39`](https://github.com/pelican-dev/panel/commit/b489b39a95d948778af5b3e5af3bd912e4a48ea4) refactor admin dashboard widgets to use forms ### 📊 Changes **12 files changed** (+153 additions, -174 deletions) <details> <summary>View changed files</summary> 📝 `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) </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-04 19:43:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1396