mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #924] [MERGED] Alert banner improvements: auto-refresh, fixes & "closeable" #1058
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/924
Author: @Boy132
Created: 1/17/2025
Status: ✅ Merged
Merged: 1/18/2025
Merged by: @Boy132
Base:
main← Head:boy132/alert-banner-update📝 Commits (4)
4fc0760fix websocket error always displayinga22abb7use livewire component with polling for alert banner containerf3cb04badd id to alert bannerc8afdebcleanup blade file and add "closeable" property📊 Changes
9 files changed (+134 additions, -73 deletions)
View changed files
📝
app/Filament/Server/Widgets/ServerConsole.php(+11 -0)📝
app/Livewire/AlertBanner.php(+52 -9)➕
app/Livewire/AlertBannerContainer.php(+35 -0)📝
app/Providers/AppServiceProvider.php(+2 -2)➖
resources/views/filament/alerts/alert-banner-container.blade.php(+0 -11)➖
resources/views/filament/alerts/alert-banner.blade.php(+0 -40)📝
resources/views/filament/components/server-console.blade.php(+2 -11)➕
resources/views/livewire/alerts/alert-banner-container.blade.php(+5 -0)➕
resources/views/livewire/alerts/alert-banner.blade.php(+27 -0)📄 Description
Supersedes #923
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.