[PR #1204] [MERGED] Fixed filament search bar on edit files language dropdown #1244

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1204
Author: @privt00
Created: 4/2/2025
Status: Merged
Merged: 4/6/2025
Merged by: @notAreYouScared

Base: mainHead: fix/filament-search-bar-on-editFiles-language-dropdown


📝 Commits (2)

  • 8772ce6 Fixed the Select dropdown to use searchable on the Edit Files Page.
  • fcd8e24 Merge branch 'main' into fix/filament-search-bar-on-editFiles-language-dropdown

📊 Changes

6 files changed (+13 additions, -1 deletions)

View changed files

📝 app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php (+1 -0)
📝 app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php (+1 -0)
📝 app/Filament/Components/Forms/Fields/CopyFrom.php (+6 -0)
📝 app/Filament/Server/Resources/FileResource/Pages/EditFiles.php (+2 -0)
📝 app/Filament/Server/Resources/FileResource/Pages/ListFiles.php (+2 -0)
📝 resources/views/filament/plugins/monaco-editor.blade.php (+1 -1)

📄 Description

{11FDEC7E-AE4C-40FA-92BA-13D9DA3A95B7}

I took the opportunity to add native(false) on Edit & Create Egg pages too


🔄 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/1204 **Author:** [@privt00](https://github.com/privt00) **Created:** 4/2/2025 **Status:** ✅ Merged **Merged:** 4/6/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix/filament-search-bar-on-editFiles-language-dropdown` --- ### 📝 Commits (2) - [`8772ce6`](https://github.com/pelican-dev/panel/commit/8772ce6fc161f6e5e032433a860f481e3b6f1c26) Fixed the Select dropdown to use searchable on the Edit Files Page. - [`fcd8e24`](https://github.com/pelican-dev/panel/commit/fcd8e24bfa88f93b3bfb31390893693caa1141d9) Merge branch 'main' into fix/filament-search-bar-on-editFiles-language-dropdown ### 📊 Changes **6 files changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php` (+1 -0) 📝 `app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php` (+1 -0) 📝 `app/Filament/Components/Forms/Fields/CopyFrom.php` (+6 -0) 📝 `app/Filament/Server/Resources/FileResource/Pages/EditFiles.php` (+2 -0) 📝 `app/Filament/Server/Resources/FileResource/Pages/ListFiles.php` (+2 -0) 📝 `resources/views/filament/plugins/monaco-editor.blade.php` (+1 -1) </details> ### 📄 Description ![{11FDEC7E-AE4C-40FA-92BA-13D9DA3A95B7}](https://github.com/user-attachments/assets/20d30d68-82a4-4729-a657-1440ceb17fe6) I took the opportunity to add `native(false)` on Edit & Create Egg pages too --- <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 19:29:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1244