mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
[PR #1173] [MERGED] Improve alert banner fetching #1225
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/1173
Author: @Boy132
Created: 3/27/2025
Status: ✅ Merged
Merged: 3/29/2025
Merged by: @Boy132
Base:
main← Head:boy132/improve-alert-banner-fetching📝 Commits (2)
517c302use events for alert banner pulling602ddfeadd ids to alert banners to prevent duplicates📊 Changes
8 files changed (+35 additions, -16 deletions)
View changed files
📝
app/Filament/Server/Pages/Console.php(+2 -2)📝
app/Filament/Server/Resources/FileResource/Pages/EditFiles.php(+1 -1)📝
app/Filament/Server/Resources/FileResource/Pages/ListFiles.php(+6 -9)📝
app/Filament/Server/Widgets/ServerConsole.php(+1 -1)📝
app/Livewire/AlertBanner.php(+1 -2)📝
app/Livewire/AlertBannerContainer.php(+2 -0)📝
app/Providers/AppServiceProvider.php(+21 -0)📝
resources/views/livewire/alerts/alert-banner-container.blade.php(+1 -1)📄 Description
Closes #1152
Use an event instead of pulling every second. Based on filaments notifications.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.