mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1354] [CLOSED] DiscordWebhooks #1343
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/1354
Author: @JoanFo1456
Created: 5/8/2025
Status: ❌ Closed
Base:
main← Head:feature/DiscordWebhook📝 Commits (2)
4c8d161Working DiscordWebhooks717e881Git forgot to add the css file📊 Changes
5 files changed (+362 additions, -4 deletions)
View changed files
➕
app/Filament/Admin/Widgets/DiscordPreview.php(+118 -0)📝
composer.json(+1 -1)📝
composer.lock(+3 -3)➕
public/css/filament/admin/discord-preview.css(+119 -0)➕
resources/views/filament/admin/widgets/discord-preview.blade.php(+121 -0)📄 Description
Something I worked with Martin, it works with actual canary, i made sure of it..
I had to update faker, if you don't update it, the preview won't work.
I think this is good enough to be first version, but i'm open to suggestions/changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.