[PR #1354] [CLOSED] DiscordWebhooks #1343

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1354
Author: @JoanFo1456
Created: 5/8/2025
Status: Closed

Base: mainHead: feature/DiscordWebhook


📝 Commits (2)

  • 4c8d161 Working DiscordWebhooks
  • 717e881 Git 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1354 **Author:** [@JoanFo1456](https://github.com/JoanFo1456) **Created:** 5/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/DiscordWebhook` --- ### 📝 Commits (2) - [`4c8d161`](https://github.com/pelican-dev/panel/commit/4c8d1616cb3fab33b4012523dcc2a5cf115e46eb) Working DiscordWebhooks - [`717e881`](https://github.com/pelican-dev/panel/commit/717e8813417f1512a991772c409297ddae928fef) Git forgot to add the css file ### 📊 Changes **5 files changed** (+362 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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. --- <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:38:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1343