[PR #1836] [MERGED] Refactor: add FilamentServiceProvider & globally make Select native(false) #1599

Closed
opened 2026-02-04 20:00:29 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: chore/filamentServiceProvider


📝 Commits (3)

  • 7fc0a91 Add FilamentServiceProvider
  • 03302eb Configure every Select to be native(false)
  • 00868b1 Sort 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1836 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 10/27/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `chore/filamentServiceProvider` --- ### 📝 Commits (3) - [`7fc0a91`](https://github.com/pelican-dev/panel/commit/7fc0a9109a6a39e65750c52a952495b1b6319085) Add `FilamentServiceProvider` - [`03302eb`](https://github.com/pelican-dev/panel/commit/03302eb51cf814b0cfd644de5a89202b24b11e55) Configure every `Select` to be `native(false)` - [`00868b1`](https://github.com/pelican-dev/panel/commit/00868b180b57f8f1bdc80b70cf31f511f0a05a54) Sort bootstrap providers alphabetically ### 📊 Changes **13 files changed** (+92 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #1441 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 20:00:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1599