[PR #1514] [MERGED] Improve schedule form #1423

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1514
Author: @Boy132
Created: 7/11/2025
Status: Merged
Merged: 7/18/2025
Merged by: @Boy132

Base: mainHead: boy132/improve-schedule-cron-input


📝 Commits (1)

📊 Changes

2 files changed (+166 additions, -119 deletions)

View changed files

app/Filament/Components/Forms/Actions/CronPresetAction.php (+53 -0)
📝 app/Filament/Server/Resources/ScheduleResource.php (+113 -119)

📄 Description

Small cleanups and fixes for the schedule form.

Before:
old create page
new view page
new edit page

After:
new create page
new view page
new edit page


🔄 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/1514 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/improve-schedule-cron-input` --- ### 📝 Commits (1) - [`e6c004e`](https://github.com/pelican-dev/panel/commit/e6c004e563f44d26a8bf995b2e3ebb61a117a175) improve schedule form ### 📊 Changes **2 files changed** (+166 additions, -119 deletions) <details> <summary>View changed files</summary> ➕ `app/Filament/Components/Forms/Actions/CronPresetAction.php` (+53 -0) 📝 `app/Filament/Server/Resources/ScheduleResource.php` (+113 -119) </details> ### 📄 Description Small cleanups and fixes for the schedule form. Before: <img width="1505" height="579" alt="old create page" src="https://github.com/user-attachments/assets/08b62a69-18e6-4605-836c-813a728705b4" /> <img width="1495" height="360" alt="new view page" src="https://github.com/user-attachments/assets/4d823dbf-227d-4af7-a089-0374ffe80564" /> <img width="1510" height="519" alt="new edit page" src="https://github.com/user-attachments/assets/a3feb59a-d720-42e0-9485-2cee91a6056a" /> After: <img width="1504" height="599" alt="new create page" src="https://github.com/user-attachments/assets/6835c520-2ac0-40cc-bda4-2b6ba20729b5" /> <img width="1497" height="504" alt="new view page" src="https://github.com/user-attachments/assets/fc194f3b-d6d3-4d2e-8de1-5ce15df5b541" /> <img width="1500" height="559" alt="new edit page" src="https://github.com/user-attachments/assets/327a643a-44e1-47fe-ae08-9b80bd03ab3c" /> --- <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:45:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1423