mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Improve AlertBanner fetching
#285
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?
Originally created by @Boy132 on GitHub (Mar 24, 2025).
Originally assigned to: @Boy132 on GitHub.
Currently the
AlertBannerContaineris a livewire component that runspullFromSessionsevery second. This causes a lot of unnecessary requests.Ideally this should be switched to an event based system.
61cbe5465f/resources/views/livewire/alerts/alert-banner-container.blade.php (L1-L5)61cbe5465f/app/Livewire/AlertBannerContainer.php (L19-L25)