mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #2013] [MERGED] Replace CodeEditor with MonacoEditor #1704
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/2013
Author: @notAreYouScared
Created: 12/18/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @notAreYouScared
Base:
main← Head:boy132/monaco-editor📝 Commits (10+)
206a3c4add packagef870d26publish config & view7e7baa7replace CodeEditor with MonacoEditor5c5a92cmake logs editor read only84ad8a5remove height stylee687acbMerge branch 'main' into boy132/monaco-editora1f7b52monaco shall return!9716d40Disable Fullscreencb0cdeeUpdates75ef900nuke package📊 Changes
10 files changed (+712 additions, -40 deletions)
View changed files
➕
app/Enums/EditorLanguages.php(+141 -0)📝
app/Filament/Admin/Resources/Eggs/Pages/CreateEgg.php(+4 -2)📝
app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php(+4 -2)📝
app/Filament/Admin/Resources/Servers/Pages/EditServer.php(+2 -2)➕
app/Filament/Components/Forms/Fields/MonacoEditor.php(+124 -0)📝
app/Filament/Server/Resources/Files/Pages/EditFiles.php(+7 -31)📝
app/Filament/Server/Resources/Files/Pages/ListFiles.php(+13 -3)➕
config/monaco-editor.php(+268 -0)➕
resources/css/monaco-editor.css(+5 -0)➕
resources/views/filament/components/monaco-editor.blade.php(+144 -0)📄 Description
Return of Monaco!
Replaces the filament v4 code editor with monaco, like pre-v4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.