[PR #686] [MERGED] Update Webhooks to match other resources #896

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/686
Author: @notAreYouScared
Created: 10/29/2024
Status: Merged
Merged: 11/2/2024
Merged by: @notAreYouScared

Base: mainHead: ays/webhook-updates


📝 Commits (5)

📊 Changes

4 files changed (+100 additions, -45 deletions)

View changed files

📝 app/Filament/Resources/WebhookResource.php (+2 -43)
📝 app/Filament/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php (+25 -0)
📝 app/Filament/Resources/WebhookResource/Pages/EditWebhookConfiguration.php (+39 -1)
📝 app/Filament/Resources/WebhookResource/Pages/ListWebhookConfigurations.php (+34 -1)

📄 Description

Move List/Create to their own pages to follow the flow of the other resources. Edit empty table to also follow the flow of the other resources.


🔄 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/686 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 10/29/2024 **Status:** ✅ Merged **Merged:** 11/2/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `ays/webhook-updates` --- ### 📝 Commits (5) - [`156e11d`](https://github.com/pelican-dev/panel/commit/156e11d17b0ed59d7813002d7de64591db580fa4) Move these - [`032d503`](https://github.com/pelican-dev/panel/commit/032d503adc2ba4e2a54f9b9eafeac29a9f5369c7) Move EditPage aswell - [`db4779f`](https://github.com/pelican-dev/panel/commit/db4779fb970b11607a1acce421dd762b29eafa47) Move Save - [`3dad659`](https://github.com/pelican-dev/panel/commit/3dad6591114bc9d50392a088527f8a76a07c1413) Labels - [`4e4b102`](https://github.com/pelican-dev/panel/commit/4e4b102467fa7e5ddc12aeca552ed5b0189bd0de) Change Edit/Delete ### 📊 Changes **4 files changed** (+100 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/WebhookResource.php` (+2 -43) 📝 `app/Filament/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php` (+25 -0) 📝 `app/Filament/Resources/WebhookResource/Pages/EditWebhookConfiguration.php` (+39 -1) 📝 `app/Filament/Resources/WebhookResource/Pages/ListWebhookConfigurations.php` (+34 -1) </details> ### 📄 Description Move List/Create to their own pages to follow the flow of the other resources. Edit empty table to also follow the flow of the other resources. --- <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:00:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#896