mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1002] [CLOSED] Alert banner #1107
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/1002
Author: @ShadowComes
Created: 2/12/2025
Status: ❌ Closed
Base:
main← Head:alert-banner📝 Commits (10+)
028c0d6Got everything runninge8bf9dfExcluded .env because here will be alert banner config in futuref3f3df5Create migration for alert_banners tablea0d58b0Add AlertBanner model with fillable attributes26b1dd8Add Alert Banner settings to Admin panel with dynamic configurationd117c76Revert .env .gitignore40a7d08Implement global bannersd226ffcAdd icon pickera91f57cRevert "Got everything running"80fad35Replace IconPicker plugin📊 Changes
6 files changed (+232 additions, -4 deletions)
View changed files
📝
app/Filament/Admin/Pages/Settings.php(+69 -0)📝
app/Livewire/AlertBannerContainer.php(+9 -0)📝
composer.json(+1 -0)📝
composer.lock(+127 -4)📝
config/panel.php(+17 -0)📝
lang/en/admin/setting.php(+9 -0)📄 Description
Aler Banner feature! 🚨
I ShadowComes ( Git: @shadowcomes Discord: shadowcomes) and Martin Oscar (Git: @RMartinOscar Discord: rmartinoscar) have created a alert banned that we are ready to share. 🔥 🚀
This alert banner is globally applyed, meaning that the users and admins will see the alert!
Discord Threads channel about this project 🧵
And everyone who has crazy ideas, please be wellcome to mention them!!! 😋
New features what we inclouded:
The icon pick library repo:
https://github.com/lukas-frey/filament-icon-picker
Possible updates in upcoming time:
Inspiration reference
#892
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.