[PR #1388] [MERGED] Move tables & forms to resources in client area #1363

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1388
Author: @Boy132
Created: 5/20/2025
Status: Merged
Merged: 5/22/2025
Merged by: @Boy132

Base: mainHead: boy132/refactor-client-area-resources


📝 Commits (1)

  • bf64100 move tables & forms to resources in client area

📊 Changes

11 files changed (+426 additions, -433 deletions)

View changed files

📝 app/Filament/Server/Resources/ActivityResource.php (+102 -5)
📝 app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php (+0 -101)
📝 app/Filament/Server/Resources/AllocationResource.php (+61 -0)
📝 app/Filament/Server/Resources/AllocationResource/Pages/ListAllocations.php (+2 -63)
📝 app/Filament/Server/Resources/BackupResource.php (+137 -2)
📝 app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php (+2 -139)
📝 app/Filament/Server/Resources/DatabaseResource.php (+69 -3)
📝 app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php (+0 -68)
📝 app/Filament/Server/Resources/ScheduleResource.php (+46 -0)
📝 app/Filament/Server/Resources/ScheduleResource/Pages/ListSchedules.php (+3 -49)
📝 app/Filament/Server/Resources/ScheduleResource/Pages/ViewSchedule.php (+4 -3)

📄 Description

No changes to the tables or forms themselves, just moving stuff around.


🔄 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/1388 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/refactor-client-area-resources` --- ### 📝 Commits (1) - [`bf64100`](https://github.com/pelican-dev/panel/commit/bf64100d33d30f7940883d48ef7dee0fe27b0beb) move tables & forms to resources in client area ### 📊 Changes **11 files changed** (+426 additions, -433 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/ActivityResource.php` (+102 -5) 📝 `app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php` (+0 -101) 📝 `app/Filament/Server/Resources/AllocationResource.php` (+61 -0) 📝 `app/Filament/Server/Resources/AllocationResource/Pages/ListAllocations.php` (+2 -63) 📝 `app/Filament/Server/Resources/BackupResource.php` (+137 -2) 📝 `app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php` (+2 -139) 📝 `app/Filament/Server/Resources/DatabaseResource.php` (+69 -3) 📝 `app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php` (+0 -68) 📝 `app/Filament/Server/Resources/ScheduleResource.php` (+46 -0) 📝 `app/Filament/Server/Resources/ScheduleResource/Pages/ListSchedules.php` (+3 -49) 📝 `app/Filament/Server/Resources/ScheduleResource/Pages/ViewSchedule.php` (+4 -3) </details> ### 📄 Description No changes to the tables or forms themselves, just moving stuff around. --- <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:39:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1363