mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #686] [MERGED] Update Webhooks to match other resources #896
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/686
Author: @notAreYouScared
Created: 10/29/2024
Status: ✅ Merged
Merged: 11/2/2024
Merged by: @notAreYouScared
Base:
main← Head:ays/webhook-updates📝 Commits (5)
156e11dMove these032d503Move EditPage aswelldb4779fMove Save3dad659Labels4e4b102Change Edit/Delete📊 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.