mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1204] [MERGED] Fixed filament search bar on edit files language dropdown #1244
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/1204
Author: @privt00
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/6/2025
Merged by: @notAreYouScared
Base:
main← Head:fix/filament-search-bar-on-editFiles-language-dropdown📝 Commits (2)
8772ce6Fixed the Select dropdown to use searchable on the Edit Files Page.fcd8e24Merge 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
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.