mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1836] [MERGED] Refactor: add FilamentServiceProvider & globally make Select native(false)
#1599
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/1836
Author: @rmartinoscar
Created: 10/27/2025
Status: ✅ Merged
Merged: 10/30/2025
Merged by: @rmartinoscar
Base:
main← Head:chore/filamentServiceProvider📝 Commits (3)
7fc0a91AddFilamentServiceProvider03302ebConfigure everySelectto benative(false)00868b1Sort bootstrap providers alphabetically📊 Changes
13 files changed (+92 additions, -87 deletions)
View changed files
📝
app/Extensions/Features/Schemas/JavaVersionSchema.php(+1 -2)📝
app/Filament/Admin/Pages/Settings.php(+0 -2)📝
app/Filament/Admin/Resources/Eggs/Pages/CreateEgg.php(+0 -1)📝
app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php(+0 -1)📝
app/Filament/Admin/Resources/Users/UserResource.php(+2 -4)📝
app/Filament/Components/Forms/Fields/CopyFrom.php(+0 -2)📝
app/Filament/Pages/Auth/EditProfile.php(+2 -4)📝
app/Filament/Server/Resources/Files/Pages/ListFiles.php(+0 -2)📝
app/Filament/Server/Resources/Schedules/ScheduleResource.php(+1 -2)📝
app/Livewire/Installer/PanelInstaller.php(+0 -1)📝
app/Providers/AppServiceProvider.php(+0 -63)➕
app/Providers/Filament/FilamentServiceProvider.php(+82 -0)📝
bootstrap/providers.php(+4 -3)📄 Description
Closes #1441
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.