mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1555] [MERGED] Refactor AlertBanner to be ViewComponent
#1452
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/1555
Author: @Boy132
Created: 7/23/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @Boy132
Base:
main← Head:boy132/convert-alert-banner-to-view-component📝 Commits (6)
4e469edconvertAlertBannertoViewComponente626ae4small cleanup2469cc8Merge remote-tracking branch 'upstream/main' into boy132/convert-alert-banner-to-view-component7a3f0camake id requiredb4708faremove useless node checke1de548Merge remote-tracking branch 'upstream/main' into boy132/convert-alert-banner-to-view-component📊 Changes
7 files changed (+50 additions, -50 deletions)
View changed files
📝
app/Filament/Server/Resources/FileResource/Pages/EditFiles.php(+3 -12)📝
app/Filament/Server/Resources/FileResource/Pages/ListFiles.php(+2 -2)📝
app/Livewire/AlertBanner.php(+27 -17)📝
app/Livewire/AlertBannerContainer.php(+8 -7)📝
app/Models/File.php(+1 -1)📝
resources/views/livewire/alerts/alert-banner-container.blade.php(+2 -2)📝
resources/views/livewire/alerts/alert-banner.blade.php(+7 -9)📄 Description
This does not fix the need for a page refresh to show the alert banner.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.